Freigeben über


ManagementGroupPublishedArtifactsExtensions.ListInManagementGroupAsync Methode

Definition

Auflisten von Artefakten für eine veröffentlichte Blaupause.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>> ListInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IPublishedArtifactsOperations operations, string managementGroupName, string blueprintName, string versionId, System.Threading.CancellationToken cancellationToken = default);
static member ListInManagementGroupAsync : 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 ListInManagementGroupAsync (operations As IPublishedArtifactsOperations, managementGroupName 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.

managementGroupName
String

Name der Azure-Verwaltungsgruppe, in der die Blaupause gespeichert wird.

blueprintName
String

Name der Blaupause.

versionId
String

Version der veröffentlichten Blaupause.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: