ArtifactSourcesOperationsExtensions.GetAsync Método

Definição

Obtém uma fonte de artefato.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource> GetAsync (this Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations operations, string resourceGroupName, string artifactSourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource>
<Extension()>
Public Function GetAsync (operations As IArtifactSourcesOperations, resourceGroupName As String, artifactSourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArtifactSource)

Parâmetros

operations
IArtifactSourcesOperations

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

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

artifactSourceName
String

O nome da origem do artefato.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a