共用方式為


VirtualMachineScaleSetIdentity interface

虛擬機器擴展集的身分識別。

屬性

principalId

虛擬機器擴展集身分識別的主體識別碼。 此屬性只會針對系統指派的身分識別提供。 注意:此屬性不會序列化。 它只能由伺服器填入。

tenantId

與虛擬機器擴展集相關聯的租使用者識別碼。 此屬性只會針對系統指派的身分識別提供。 注意:此屬性不會序列化。 它只能由伺服器填入。

type

用於虛擬機器擴展集的身分識別類型。 「SystemAssigned、UserAssigned」類型同時包含隱含建立的身分識別,和一組使用者指派的身分識別。 類型 'None' 會從虛擬機器擴展集移除任何身分識別。

userAssignedIdentities

與虛擬機器擴展集相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

屬性詳細資料

principalId

虛擬機器擴展集身分識別的主體識別碼。 此屬性只會針對系統指派的身分識別提供。 注意:此屬性不會序列化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

與虛擬機器擴展集相關聯的租使用者識別碼。 此屬性只會針對系統指派的身分識別提供。 注意:此屬性不會序列化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

用於虛擬機器擴展集的身分識別類型。 「SystemAssigned、UserAssigned」類型同時包含隱含建立的身分識別,和一組使用者指派的身分識別。 類型 'None' 會從虛擬機器擴展集移除任何身分識別。

type?: ResourceIdentityType

屬性值

userAssignedIdentities

與虛擬機器擴展集相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源識別碼:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。

userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentitiesValue}

屬性值

{[propertyName: string]: UserAssignedIdentitiesValue}