Share via


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