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

ResourceIdentity Class

Definition

The resource identity object that represents the resource's Managed Service Identity.

public class ResourceIdentity
type ResourceIdentity = class
Public Class ResourceIdentity
Inheritance
ResourceIdentity

Constructors

ResourceIdentity()

Properties

PrincipalId

Gets or sets the principal ID of the assigned identity.

TenantId

Gets or sets the Azure Active Directory tenant ID that contains the assigned identity.

Type

Gets or sets the type of identity assigned to the resource.

UserAssignedIdentities

Gets or sets the Azure Active Directory tenant ID that contains the assigned identity.

Applies to