BlueprintResource.GetBlueprintArtifactAsync(String, CancellationToken) 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 un artefact de blueprint.
- Chemin de la requête/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
- IdArtifacts_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>> GetBlueprintArtifactAsync (string artifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBlueprintArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>>
override this.GetBlueprintArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintArtifactResource>>
Public Overridable Function GetBlueprintArtifactAsync (artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BlueprintArtifactResource))
Paramètres
- artifactName
- String
Nom de l’artefact blueprint.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
artifactName
est une chaîne vide et devait être non vide.
artifactName
a la valeur null.