Freigeben über


DenyAssignmentsOperationsExtensions.GetByIdAsync Methode

Definition

Ruft eine Ablehnungszuweisung nach ID ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.DenyAssignment> GetByIdAsync (this Microsoft.Azure.Management.Authorization.IDenyAssignmentsOperations operations, string denyAssignmentId, System.Threading.CancellationToken cancellationToken = default);
static member GetByIdAsync : Microsoft.Azure.Management.Authorization.IDenyAssignmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.DenyAssignment>
<Extension()>
Public Function GetByIdAsync (operations As IDenyAssignmentsOperations, denyAssignmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DenyAssignment)

Parameter

operations
IDenyAssignmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

denyAssignmentId
String

Die vollqualifizierte Ablehnungszuweisungs-ID. Verwenden Sie beispielsweise das Format /subscriptions/{guid}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} für Zuweisungen auf Abonnementebene oder /providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} für Zuweisungen auf Mandantenebene.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: