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


PublishedBlueprintsOperationsExtensions.List Метод

Определение

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint> List (this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string resourceScope, string blueprintName);
static member List : Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint>
<Extension()>
Public Function List (operations As IPublishedBlueprintsOperations, resourceScope As String, blueprintName As String) As IPage(Of PublishedBlueprint)

Параметры

operations
IPublishedBlueprintsOperations

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

resourceScope
String

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

blueprintName
String

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

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

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