Partager via


DeletedProtectionContainers Interface

public interface DeletedProtectionContainers

Resource collection API of DeletedProtectionContainers.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ProtectionContainerResource> list(String resourceGroupName, String vaultName)

Lists the soft deleted containers registered to Recovery Services Vault.

abstract PagedIterable<ProtectionContainerResource> list(String resourceGroupName, String vaultName, String filter, Context context)

Lists the soft deleted containers registered to Recovery Services Vault.

Method Details

list

public abstract PagedIterable<ProtectionContainerResource> list(String resourceGroupName, String vaultName)

Lists the soft deleted containers registered to Recovery Services Vault.

Parameters:

resourceGroupName - The name of the resource group where the recovery services vault is present.
vaultName - The name of the recovery services vault.

Returns:

list of ProtectionContainer resources as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ProtectionContainerResource> list(String resourceGroupName, String vaultName, String filter, Context context)

Lists the soft deleted containers registered to Recovery Services Vault.

Parameters:

resourceGroupName - The name of the resource group where the recovery services vault is present.
vaultName - The name of the recovery services vault.
filter - OData filter options.
context - The context to associate with this operation.

Returns:

list of ProtectionContainer resources as paginated response with PagedIterable<T>.

Applies to