PublishedArtifactsOperationsExtensions.GetAsync Método

Definição

Obtenha um artefato para uma definição de blueprint publicada.

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

Parâmetros

operations
IPublishedArtifactsOperations

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 de blueprint.

versionId
String

Versão da definição de blueprint publicada.

artifactName
String

Nome do artefato de blueprint.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a