다음을 통해 공유


ManagementGroupAssignmentOperationsExtensions.ListInManagementGroupAsync 메서드

정의

관리 그룹 내에서 지정된 청사진 할당에 대한 작업을 나열합니다.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation>> ListInManagementGroupAsync(this Microsoft.Azure.Management.Blueprint.IAssignmentOperations operations, string managementGroupName, string assignmentName, System.Threading.CancellationToken cancellationToken = default);
static member ListInManagementGroupAsync : Microsoft.Azure.Management.Blueprint.IAssignmentOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation>>
<Extension()>
Public Function ListInManagementGroupAsync (operations As IAssignmentOperations, managementGroupName As String, assignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AssignmentOperation))

매개 변수

operations
IAssignmentOperations

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

managementGroupName
String

할당이 저장되는 관리 그룹의 이름입니다.

assignmentName
String

할당의 이름입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상