Condividi tramite


DataProtectionBackupVaultCollection.Get(String, CancellationToken) Method

Definition

Returns a resource belonging to a resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}.
  • Operation Id. : BackupVaultResources_Get.
  • Default Api Version. : 2025-09-01.
public virtual Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupVaultResource> Get(string vaultName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupVaultResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataProtectionBackup.DataProtectionBackupVaultResource>
Public Overridable Function Get (vaultName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataProtectionBackupVaultResource)

Parameters

vaultName
String

The name of the BackupVaultResource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

vaultName is null.

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

Applies to