Condividi tramite


ManagementGroupPublishedArtifactsExtensions.ListInManagementGroupAsync Metodo

Definizione

Elencare gli artefatti per un progetto pubblicato.

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))

Parametri

operations
IPublishedArtifactsOperations

Gruppo di operazioni per questo metodo di estensione.

managementGroupName
String

nome del gruppo di gestione di azure, in cui viene salvato il progetto.

blueprintName
String

nome del progetto.

versionId
String

versione del progetto pubblicato.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a