다음을 통해 공유


SubscriptionAssignmentOperationsExtensions.ListInSubscriptionAsync 메서드

정의

구독 내에서 지정된 청사진 할당에 대한 작업을 나열합니다.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.AssignmentOperation>> ListInSubscriptionAsync (this Microsoft.Azure.Management.Blueprint.IAssignmentOperations operations, string subscriptionId, string assignmentName, System.Threading.CancellationToken cancellationToken = default);
static member ListInSubscriptionAsync : 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 ListInSubscriptionAsync (operations As IAssignmentOperations, subscriptionId As String, assignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AssignmentOperation))

매개 변수

operations
IAssignmentOperations

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

subscriptionId
String

청사진을 할당하는 azure subscriptionId입니다.

assignmentName
String

할당의 이름입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상