GuestAgentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the properties of a Virtual Machine Guest Agent.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.GuestAgentPropertiesTypeConverter))]
public class GuestAgentProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IGuestAgentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.GuestAgentPropertiesTypeConverter))>]
type GuestAgentProperties = class
interface IGuestAgentProperties
interface IJsonSerializable
Public Class GuestAgentProperties
Implements IGuestAgentProperties
- Inheritance
-
GuestAgentProperties
- Attributes
- Implements
Constructors
GuestAgentProperties() |
Creates an new GuestAgentProperties instance. |
Properties
CredentialsPassword |
Gets or sets the password to connect with the guest. |
CredentialsUsername |
Gets or sets username to connect with the guest. |
CustomResourceName |
Gets the name of the corresponding resource in Kubernetes. |
HttpProxyConfigHttpsProxy |
Gets or sets httpsProxy url. |
PrivateLinkScopeResourceId |
The resource id of the private link scope this machine is assigned to, if any. |
ProvisioningAction |
Gets or sets the guest agent provisioning action. |
ProvisioningState |
Gets the provisioning state. |
Status |
Gets or sets the guest agent status. |
Statuses |
The resource status information. |
Uuid |
Gets or sets a unique identifier for this resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GuestAgentProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GuestAgentProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IGuestAgentProperties. |
FromJsonString(String) |
Creates a new instance of GuestAgentProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GuestAgentProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |