BlueprintsOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorier les définitions de blueprint.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.BlueprintModel>> ListAsync (this Microsoft.Azure.Management.Blueprint.IBlueprintsOperations operations, string resourceScope, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : 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 ListAsync (operations As IBlueprintsOperations, resourceScope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BlueprintModel))
Paramètres
- operations
- IBlueprintsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceScope
- String
Portée de la ressource. Les étendues valides sont les suivantes : groupe d’administration (format : « /providers/Microsoft.Management/managementGroups/{managementGroup} »), abonnement (format : « /subscriptions/{subscriptionId} »).
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET