Sdílet prostřednictvím


BackupResourceVaultConfigsOperationsExtensions.Get Method

Definition

Fetches resource vault config.

public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfigResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupResourceVaultConfigsOperations operations, string vaultName, string resourceGroupName);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupResourceVaultConfigsOperations * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceVaultConfigResource
<Extension()>
Public Function Get (operations As IBackupResourceVaultConfigsOperations, vaultName As String, resourceGroupName As String) As 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.

Returns

Applies to