Share via


ManagedIdentityId.WithUserAssignedObjectId(String) Method

Definition

Create an instance of ManagedIdentityId for a user assigned managed identity from an object id.

public static Microsoft.Identity.Client.AppConfig.ManagedIdentityId WithUserAssignedObjectId (string objectId);
static member WithUserAssignedObjectId : string -> Microsoft.Identity.Client.AppConfig.ManagedIdentityId
Public Shared Function WithUserAssignedObjectId (objectId As String) As ManagedIdentityId

Parameters

objectId
String

Object id of the user assigned managed identity assigned to the azure resource.

Returns

Instance of ManagedIdentityId.

Exceptions

Applies to