Compartilhar via


ArtifactsOperationsExtensions.ListAsync Método

Definição

Listar artefatos para uma determinada definição de blueprint.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Blueprint.Models.Artifact>> ListAsync (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string resourceScope, string blueprintName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * 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 IArtifactsOperations, resourceScope As String, blueprintName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Artifact))

Parâmetros

operations
IArtifactsOperations

O grupo de operações para esse método de extensão.

resourceScope
String

O escopo do recurso. Os escopos válidos são: grupo de gerenciamento (formato: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), assinatura (formato: '/subscriptions/{subscriptionId}').

blueprintName
String

Nome da definição do blueprint.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a