ManagedIdentityId.WithUserAssignedObjectId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.