PublishedBlueprintResource.GetBlueprintVersionArtifactAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein Artefakt für eine veröffentlichte Blaupausendefinition ab.
- Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
- Vorgangs-IdPublishedArtifacts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintVersionArtifactResource>> GetBlueprintVersionArtifactAsync (string artifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBlueprintVersionArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintVersionArtifactResource>>
override this.GetBlueprintVersionArtifactAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Blueprint.BlueprintVersionArtifactResource>>
Public Overridable Function GetBlueprintVersionArtifactAsync (artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BlueprintVersionArtifactResource))
Parameter
- artifactName
- String
Name des Blaupausenartefakts.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
artifactName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
artifactName
ist NULL.