BlueprintExtensions.GetBlueprintAsync 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.
Obtenir une définition de blueprint.
- Chemin de requête/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
- IdBlueprints_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintResource>> GetBlueprintAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string blueprintName, System.Threading.CancellationToken cancellationToken = default);
static member GetBlueprintAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintResource>>
<Extension()>
Public Function GetBlueprintAsync (client As ArmClient, scope As ResourceIdentifier, blueprintName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BlueprintResource))
Paramètres
- scope
- ResourceIdentifier
Étendue sur laquelle la ressource s’appliquera.
- blueprintName
- String
Nom de la définition de blueprint.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
blueprintName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
blueprintName
a la valeur null.