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


ManagementGroupBlueprintsExtensions.ListInManagementGroupAsync Метод

Определение

Создание или обновление определения схемы.

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

Параметры

operations
IBlueprintsOperations

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

managementGroupName
String

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

cancellationToken
CancellationToken

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

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

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