Sdílet prostřednictvím


BackupResourceVaultConfigsOperationsExtensions.GetAsync Method

Definition

Fetches resource vault config.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfigResource> GetAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupResourceVaultConfigsOperations operations, string vaultName, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupResourceVaultConfigsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfigResource>
<Extension()>
Public Function GetAsync (operations As IBackupResourceVaultConfigsOperations, vaultName As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BackupResourceVaultConfigResource)

Parameters

operations
IBackupResourceVaultConfigsOperations

The operations group for this extension method.

vaultName
String

The name of the recovery services vault.

resourceGroupName
String

The name of the resource group where the recovery services vault is present.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to