IGuestAgentProperties Interface

Definition

[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)

Applies to