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


ManagementGroupArtifactsExtensions.ListInManagementGroup Метод

Определение

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

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

Параметры

operations
IArtifactsOperations

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

managementGroupName
String

azure managementGroup name, в котором сохраняется схема.

blueprintName
String

имя схемы.

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

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