Поделиться через


SubscriptionAssignmentsExtensions.ListInSubscriptionAsync Метод

Определение

Перечисление назначений схемы в подписке.

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

Параметры

operations
IAssignmentsOperations

Группа операций для этого метода расширения.

subscriptionId
String

azure subscriptionId, которому мы назначаем схему.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Применяется к