Class ScVmmGuestAgentData
A class representing the ScVmmGuestAgent data model. Defines the GuestAgent.
Inheritance
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.ScVmm.dll
Syntax
public class ScVmmGuestAgentData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ScVmm.ScVmmGuestAgentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ScVmm.ScVmmGuestAgentData>
Constructors
ScVmmGuestAgentData()
Properties
Credentials
Username / Password Credentials to provision guest agent.
Declaration
public Azure.ResourceManager.ScVmm.Models.ScVmmGuestCredential Credentials { get; set; }
Property Value
|
ScVmmGuestCredential
|
CustomResourceName
Gets the name of the corresponding resource in Kubernetes.
Declaration
public string CustomResourceName { get; }
Property Value
|
System.String
|
HttpsProxy
Gets or sets httpsProxy url.
Declaration
public string HttpsProxy { get; set; }
Property Value
|
System.String
|
ProvisioningAction
Gets or sets the guest agent provisioning action.
Declaration
public Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningAction> ProvisioningAction { get; set; }
Property Value
|
System.Nullable<ScVmmProvisioningAction>
|
ProvisioningState
Provisioning state of the resource.
Declaration
public Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState> ProvisioningState { get; }
Property Value
|
System.Nullable<ScVmmProvisioningState>
|
Status
Gets the guest agent status.
Declaration
public string Status { get; }
Property Value
|
System.String
|
Uuid
Gets a unique identifier for this resource.
Declaration
public string Uuid { get; }
Property Value
|
System.String
|
Explicit Interface Implementations
IJsonModel<ScVmmGuestAgentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.
Declaration
Azure.ResourceManager.ScVmm.ScVmmGuestAgentData IJsonModel<ScVmmGuestAgentData>.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.Text.Json.Utf8JsonReader
reader
The System.Text.Json.Utf8JsonReader to read. |
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Returns
|
ScVmmGuestAgentData
A |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IJsonModel<ScVmmGuestAgentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
Writes the model to the provided System.Text.Json.Utf8JsonWriter.
Declaration
void IJsonModel<ScVmmGuestAgentData>.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.Text.Json.Utf8JsonWriter
writer
The System.Text.Json.Utf8JsonWriter to write into. |
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IPersistableModel<ScVmmGuestAgentData>.Create(BinaryData, ModelReaderWriterOptions)
Converts the provided System.BinaryData into a model.
Declaration
Azure.ResourceManager.ScVmm.ScVmmGuestAgentData IPersistableModel<ScVmmGuestAgentData>.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.BinaryData
data
The System.BinaryData to parse. |
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Returns
|
ScVmmGuestAgentData
A |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |
IPersistableModel<ScVmmGuestAgentData>.GetFormatFromOptions(ModelReaderWriterOptions)
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.
The System.ClientModel.Primitives.ModelReaderWriterOptions to use.Declaration
string IPersistableModel<ScVmmGuestAgentData>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
|
Returns
|
System.String
The format that the model uses when communicating with the serivce. |
IPersistableModel<ScVmmGuestAgentData>.Write(ModelReaderWriterOptions)
Writes the model into a System.BinaryData.
Declaration
BinaryData IPersistableModel<ScVmmGuestAgentData>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);
Parameters
|
System.ClientModel.Primitives.ModelReaderWriterOptions
options
The System.ClientModel.Primitives.ModelReaderWriterOptions to use. |
Returns
|
System.BinaryData
A binary representation of the written model. |
Exceptions
|
System.FormatException
If the model does not support the requested System.ClientModel.Primitives.ModelReaderWriterOptions.Format. |