RecoveryServicesBackupExtensions.GetBackupResourceVaultConfigs 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.
Gets a collection of BackupResourceVaultConfigResources in the ResourceGroupResource. MockingTo mock this method, please mock GetBackupResourceVaultConfigs() instead.
public static Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigCollection GetBackupResourceVaultConfigs (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetBackupResourceVaultConfigs : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigCollection
<Extension()>
Public Function GetBackupResourceVaultConfigs (resourceGroupResource As ResourceGroupResource) As BackupResourceVaultConfigCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of BackupResourceVaultConfigResources and their operations over a BackupResourceVaultConfigResource.
Exceptions
resourceGroupResource
is null.