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


SubscriptionBlueprintsExtensions.ListInSubscriptionAsync Метод

Определение

Создание или обновление определения схемы.

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

Параметры

operations
IBlueprintsOperations

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

subscriptionId
String

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

cancellationToken
CancellationToken

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

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

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