Partilhar via


ManagementGroupBlueprintsExtensions.ListInManagementGroupAsync Método

Definição

Criar ou atualizar a definição do esquema.

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))

Parâmetros

operations
IBlueprintsOperations

O grupo de operações para este método de extensão.

managementGroupName
String

nome azure managementGroup, no qual guardamos o esquema.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a