DenyAssignmentsOperationsExtensions.GetByIdAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une affectation de refus par ID.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentInner> GetByIdAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IDenyAssignmentsOperations operations, string denyAssignmentId, System.Threading.CancellationToken cancellationToken = default);
static member GetByIdAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IDenyAssignmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DenyAssignmentInner>
<Extension()>
Public Function GetByIdAsync (operations As IDenyAssignmentsOperations, denyAssignmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DenyAssignmentInner)
Paramètres
- operations
- IDenyAssignmentsOperations
Groupe d’opérations pour cette méthode d’extension.
- denyAssignmentId
- String
ID d’affectation de refus complet. Par exemple, utilisez le format /subscriptions/{guid}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} pour les affectations de refus au niveau de l’abonnement, ou /providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} pour les affectations de refus au niveau du locataire.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET