RecoveryServicesBackupExtensions.GetBackupProtectionContainerAsync Method

Definition

Gets details of the specific container registered to your Recovery Services Vault. <item> Mocking. To mock this method, please mock GetBackupProtectionContainerAsync(String, String, String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource>> GetBackupProtectionContainerAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string fabricName, string containerName, System.Threading.CancellationToken cancellationToken = default);
static member GetBackupProtectionContainerAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupProtectionContainerResource>>
<Extension()>
Public Function GetBackupProtectionContainerAsync (resourceGroupResource As ResourceGroupResource, vaultName As String, fabricName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

Applies to