PSRecoveryServicesClient.GetVaultStorageConfig(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method to Get Azure Recovery Services Vault Backup Properties
public Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceConfigResource GetVaultStorageConfig (string resouceGroupName, string vaultName);
member this.GetVaultStorageConfig : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceConfigResource
Public Function GetVaultStorageConfig (resouceGroupName As String, vaultName As String) As BackupResourceConfigResource
Parameters
- resouceGroupName
- String
Name of the resouce group
- vaultName
- String
Name of the vault
Returns
Azure Resource Storage response object.