Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionContainerResource
-
Packages that use ProtectionContainerResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectionContainerResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionContainerResource Modifier and Type Method Description ProtectionContainerResource
ProtectionContainerResource.Update. apply()
Executes the update request.ProtectionContainerResource
ProtectionContainerResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.ProtectionContainerResource
ProtectionContainerResource.DefinitionStages.WithCreate. create()
Executes the create request.ProtectionContainerResource
ProtectionContainerResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ProtectionContainerResource
ProtectionContainerOperationResults. get(String vaultName, String resourceGroupName, String fabricName, String containerName, String operationId)
Fetches the result of any operation on the container.ProtectionContainerResource
ProtectionContainers. get(String vaultName, String resourceGroupName, String fabricName, String containerName)
Gets details of the specific container registered to your Recovery Services Vault.ProtectionContainerResource
ProtectionContainers. getById(String id)
Gets details of the specific container registered to your Recovery Services Vault.ProtectionContainerResource
ProtectionContainerResource. refresh()
Refreshes the resource to sync with Azure.ProtectionContainerResource
ProtectionContainerResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectionContainerResource Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectionContainerResource>
ProtectionContainers. getByIdWithResponse(String id, com.azure.core.util.Context context)
Gets details of the specific container registered to your Recovery Services Vault.com.azure.core.http.rest.Response<ProtectionContainerResource>
ProtectionContainerOperationResults. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String operationId, com.azure.core.util.Context context)
Fetches the result of any operation on the container.com.azure.core.http.rest.Response<ProtectionContainerResource>
ProtectionContainers. getWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, com.azure.core.util.Context context)
Gets details of the specific container registered to your Recovery Services Vault.com.azure.core.http.rest.PagedIterable<ProtectionContainerResource>
BackupProtectionContainers. list(String vaultName, String resourceGroupName)
Lists the containers registered to Recovery Services Vault.com.azure.core.http.rest.PagedIterable<ProtectionContainerResource>
BackupProtectionContainers. list(String vaultName, String resourceGroupName, String filter, com.azure.core.util.Context context)
Lists the containers registered to Recovery Services Vault.
-