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

キャンセル トークン。

戻り値

適用対象