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


BlueprintsOperationsExtensions.ListAsync Метод

Определение

Перечисление определений схем.

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

Параметры

operations
IBlueprintsOperations

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

resourceScope
String

Область видимости ресурса. Допустимые области: группа управления (формат:/providers/Microsoft.Management/managementGroups/{managementGroup}), подписка (формат:/subscriptions/{subscriptionId}).

cancellationToken
CancellationToken

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

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

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