Freigeben über


PublishedArtifactsOperationsExtensions.ListAsync Methode

Definition

Auflisten von Artefakten für eine Version einer veröffentlichten Blaupausendefinition.

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

Parameter

operations
IPublishedArtifactsOperations

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.

versionId
String

Version der veröffentlichten Blaupausendefinition.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: