ArtifactSourcesOperationsExtensions.GetAsync Method

Definition

Gets an artifact source.

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)

Parameters

operations
IArtifactSourcesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

artifactSourceName
String

The name of the artifact source.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to