다음을 통해 공유


DenyAssignmentsOperationsExtensions.GetAsync 메서드

정의

지정된 거부 할당을 가져옵니다.

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

매개 변수

operations
IDenyAssignmentsOperations

이 확장 메서드에 대한 작업 그룹입니다.

scope
String

거부 할당의 scope.

denyAssignmentId
String

가져올 거부 할당의 ID입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상