ManagedIdentityId.WithUserAssignedClientId(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 a client id.
public static Microsoft.Identity.Client.AppConfig.ManagedIdentityId WithUserAssignedClientId (string clientId);
static member WithUserAssignedClientId : string -> Microsoft.Identity.Client.AppConfig.ManagedIdentityId
Public Shared Function WithUserAssignedClientId (clientId As String) As ManagedIdentityId
Parameters
- clientId
- String
Client id of the user assigned managed identity assigned to the azure resource.
Returns
Instance of ManagedIdentityId.