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

ManagedIdentityId Class

Definition

Defines the configuration for a managed identity enabled on a resource.

public class ManagedIdentityId
type ManagedIdentityId = class
Public Class ManagedIdentityId
Inheritance
ManagedIdentityId

Properties

SystemAssigned

Create an instance of ManagedIdentityId for a system-assigned managed identity.

Methods

FromUserAssignedClientId(String)

Create an instance of ManagedIdentityId for a user-assigned managed identity.

FromUserAssignedObjectId(String)

Create an instance of ManagedIdentityId for a user-assigned managed identity.

FromUserAssignedResourceId(ResourceIdentifier)

Create an instance of ManagedIdentityId for a user-assigned managed identity.

Applies to