Partager via


SystemAssignedIdentitiesOperationsExtensions.GetByScopeAsync Méthode

Définition

Obtient l’élément systemAssignedIdentity disponible sous l’étendue de fournisseur de ressources spécifiée.

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

Paramètres

operations
ISystemAssignedIdentitiesOperations

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

scope
String

Étendue du fournisseur de ressources de la ressource. Ressource parente étendue par les identités managées.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à