RecoveryServicesBackupExtensions.GetBackupProtectionContainer 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 details of the specific container registered to your Recovery Services Vault. <item> Mocking. To mock this method, please mock GetBackupProtectionContainer(String, String, String, CancellationToken) instead. </item>
public static Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource> GetBackupProtectionContainer(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string fabricName, string containerName, System.Threading.CancellationToken cancellationToken = default);
static member GetBackupProtectionContainer : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource>
<Extension()>
Public Function GetBackupProtectionContainer (resourceGroupResource As ResourceGroupResource, vaultName As String, fabricName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BackupProtectionContainerResource)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
- vaultName
- String
The name of the VaultResource.
- fabricName
- String
The name of the BackupFabricResource.
- containerName
- String
Name of the container whose details need to be fetched.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
vaultName, fabricName or containerName is an empty string, and was expected to be non-empty.
resourceGroupResource is null.