Partager via


UserAssignedIdentitiesOperationsExtensions.GetAsync Méthode

Définition

Obtient l'identité.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity> GetAsync (this Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity>
<Extension()>
Public Function GetAsync (operations As IUserAssignedIdentitiesOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Identity)

Paramètres

operations
IUserAssignedIdentitiesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel l’identité appartient.

resourceName
String

Nom de la ressource d’identité.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à