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


ArtifactsOperationsExtensions.List Метод

Определение

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

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

Параметры

operations
IArtifactsOperations

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

resourceScope
String

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

blueprintName
String

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

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

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