DataReplicationVaultCollection.GetAsync(String, CancellationToken) Method

Definition

Gets the details of the vault.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}
  • Operation Id: Vault_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationVaultResource>> GetAsync (string vaultName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationVaultResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationVaultResource>>
Public Overridable Function GetAsync (vaultName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataReplicationVaultResource))

Parameters

vaultName
String

The vault name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

vaultName is null.

Applies to