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.StackHCIVM.Models.GuestAgentPropertiesTypeConverter))]
public interface IGuestAgentProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GuestAgentPropertiesTypeConverter))>]
type IGuestAgentProperties = interface
interface IJsonSerializable
Public Interface IGuestAgentProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CredentialsPassword |
The password to connect with the guest. |
CredentialsUsername |
The username to connect with the guest. |
ProvisioningAction |
The guest agent provisioning action. |
ProvisioningState |
The provisioning state. |
Status |
The guest agent status. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |