你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to