IGuestAgentProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.GuestAgentPropertiesTypeConverter))]
public interface IGuestAgentProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.GuestAgentPropertiesTypeConverter))>]
type IGuestAgentProperties = interface
interface IJsonSerializable
Public Interface IGuestAgentProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |