GuestAgentProperties Class

Definition

Defines the resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GuestAgentPropertiesTypeConverter))]
public class GuestAgentProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGuestAgentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.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

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

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.StackHCIVM.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()

Applies to