Share via


GuestConfigurationIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationIdentityTypeConverter))]
public class GuestConfigurationIdentity : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IGuestConfigurationIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.GuestConfigurationIdentityTypeConverter))>]
type GuestConfigurationIdentity = class
    interface IGuestConfigurationIdentity
    interface IJsonSerializable
Public Class GuestConfigurationIdentity
Implements IGuestConfigurationIdentity
Inheritance
GuestConfigurationIdentity
Attributes
Implements

Constructors

Name Description
GuestConfigurationIdentity()

Creates an new GuestConfigurationIdentity instance.

Properties

Name Description
GuestConfigurationAssignmentName

Name of the guest configuration assignment.

Id

Resource identity path

MachineName

The name of the ARC machine.

Name

The guest configuration assignment name.

ReportId

The GUID for the guest configuration assignment report.

ResourceGroupName

The resource group name.

SubscriptionId

Subscription ID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

VMName

The name of the virtual machine.

VmssName

The name of the virtual machine scale set.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GuestConfigurationIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GuestConfigurationIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IGuestConfigurationIdentity.

FromJsonString(String)

Creates a new instance of GuestConfigurationIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GuestConfigurationIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to