ManagementGroupBlueprintsExtensions.ListInManagementGroupAsync Método

Definição

Criar ou atualizar a definição de blueprint.

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 esse método de extensão.

managementGroupName
String

azure managementGroup name, no qual salvamos o blueprint.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a