ArtifactSourcesOperationsExtensions.Get Method

Definition

Gets an artifact source.

public static Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource Get (this Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations operations, string resourceGroupName, string artifactSourceName);
static member Get : Microsoft.Azure.Management.DeploymentManager.IArtifactSourcesOperations * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ArtifactSource
<Extension()>
Public Function Get (operations As IArtifactSourcesOperations, resourceGroupName As String, artifactSourceName As String) As 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.

Returns

Applies to