RecoveryServicesBackupExtensions.RefreshProtectionContainerAsync Method

Definition

Discovers all the containers in the subscription that can be backed up to Recovery Services Vault. This is an asynchronous operation. To know the status of the operation, call GetRefreshOperationResult API.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/refreshContainers
  • Operation Id: ProtectionContainers_Refresh
public static System.Threading.Tasks.Task<Azure.Response> RefreshProtectionContainerAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string fabricName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member RefreshProtectionContainerAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function RefreshProtectionContainerAsync (resourceGroupResource As ResourceGroupResource, vaultName As String, fabricName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

vaultName
String

The name of the recovery services vault.

fabricName
String

Fabric name associated the container.

filter
String

OData filter options.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

vaultName or fabricName is an empty string, and was expected to be non-empty.

resourceGroupResource, vaultName or fabricName is null.

Applies to