Delen via


DenyAssignmentsOperationsExtensions.GetByIdAsync Methode

Definitie

Hiermee wordt een weigeringstoewijzing op basis van id opgehaald.

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)

Parameters

operations
IDenyAssignmentsOperations

De bewerkingsgroep voor deze extensiemethode.

denyAssignmentId
String

De volledig gekwalificeerde toewijzings-id voor weigeren. Gebruik bijvoorbeeld de indeling /subscriptions/{guid}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} voor weigeringstoewijzingen op abonnementsniveau of /providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId} voor weigeringstoewijzingen op tenantniveau.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op