Freigeben über


ArtifactsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie ein Blaupausenartefakt ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact> GetAsync (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string resourceScope, string blueprintName, string artifactName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.Artifact>
<Extension()>
Public Function GetAsync (operations As IArtifactsOperations, resourceScope As String, blueprintName As String, artifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Artifact)

Parameter

operations
IArtifactsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceScope
String

Der Bereich der Ressource. Gültige Bereiche sind: Verwaltungsgruppe (Format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), Abonnement (Format: '/subscriptions/{subscriptionId}').

blueprintName
String

Name der Blaupausendefinition.

artifactName
String

Name des Blaupausenartefakts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: