Share via


IGuestConfigurationIdentity Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to