ArtifactStoreCollection.GetAsync(String, CancellationToken) Method

Definition

Gets information about the specified artifact store.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Operation Id: ArtifactStores_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactStoreResource>> GetAsync (string artifactStoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactStoreResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactStoreResource>>
Public Overridable Function GetAsync (artifactStoreName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ArtifactStoreResource))

Parameters

artifactStoreName
String

The name of the artifact store.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

artifactStoreName is an empty string, and was expected to be non-empty.

artifactStoreName is null.

Applies to