Uses of Interface
com.azure.resourcemanager.dataprotection.models.BaseBackupPolicyResource
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of BaseBackupPolicyResource in com.azure.resourcemanager.dataprotection.models
Modifier and TypeMethodDescriptionBaseBackupPolicyResource.Update.apply()
Executes the update request.BaseBackupPolicyResource.Update.apply
(com.azure.core.util.Context context) Executes the update request.BaseBackupPolicyResource.DefinitionStages.WithCreate.create()
Executes the create request.BaseBackupPolicyResource.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a backup policy belonging to a backup vault.Gets a backup policy belonging to a backup vault.BaseBackupPolicyResource.refresh()
Refreshes the resource to sync with Azure.BaseBackupPolicyResource.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BaseBackupPolicyResource>
BackupPolicies.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a backup policy belonging to a backup vault.com.azure.core.http.rest.Response<BaseBackupPolicyResource>
BackupPolicies.getWithResponse
(String resourceGroupName, String vaultName, String backupPolicyName, com.azure.core.util.Context context) Gets a backup policy belonging to a backup vault.com.azure.core.http.rest.PagedIterable<BaseBackupPolicyResource>
Returns list of backup policies belonging to a backup vault.com.azure.core.http.rest.PagedIterable<BaseBackupPolicyResource>
BackupPolicies.list
(String resourceGroupName, String vaultName, com.azure.core.util.Context context) Returns list of backup policies belonging to a backup vault.