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


PublishedBlueprintsOperationsExtensions.ListAsync Метод

Определение

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

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

Параметры

operations
IPublishedBlueprintsOperations

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

resourceScope
String

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

blueprintName
String

Имя определения схемы.

cancellationToken
CancellationToken

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

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

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