Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicyResource
-
Packages that use ProtectionPolicyResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectionPolicyResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionPolicyResource Modifier and Type Method Description ProtectionPolicyResource
ProtectionPolicyResource.Update. apply()
Executes the update request.ProtectionPolicyResource
ProtectionPolicyResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.ProtectionPolicyResource
ProtectionPolicyResource.DefinitionStages.WithCreate. create()
Executes the create request.ProtectionPolicyResource
ProtectionPolicyResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ProtectionPolicyResource
ProtectionPolicies. get(String vaultName, String resourceGroupName, String policyName)
Provides the details of the backup policies associated to Recovery Services Vault.ProtectionPolicyResource
ProtectionPolicyOperationResults. get(String vaultName, String resourceGroupName, String policyName, String operationId)
Provides the result of an operation.ProtectionPolicyResource
ProtectionPolicies. getById(String id)
Provides the details of the backup policies associated to Recovery Services Vault.ProtectionPolicyResource
ProtectionPolicyResource. refresh()
Refreshes the resource to sync with Azure.ProtectionPolicyResource
ProtectionPolicyResource. 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 ProtectionPolicyResource Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectionPolicyResource>
ProtectionPolicies. getByIdWithResponse(String id, com.azure.core.util.Context context)
Provides the details of the backup policies associated to Recovery Services Vault.com.azure.core.http.rest.Response<ProtectionPolicyResource>
ProtectionPolicies. getWithResponse(String vaultName, String resourceGroupName, String policyName, com.azure.core.util.Context context)
Provides the details of the backup policies associated to Recovery Services Vault.com.azure.core.http.rest.Response<ProtectionPolicyResource>
ProtectionPolicyOperationResults. getWithResponse(String vaultName, String resourceGroupName, String policyName, String operationId, com.azure.core.util.Context context)
Provides the result of an operation.com.azure.core.http.rest.PagedIterable<ProtectionPolicyResource>
BackupPolicies. list(String vaultName, String resourceGroupName)
Lists of backup policies associated with Recovery Services Vault.com.azure.core.http.rest.PagedIterable<ProtectionPolicyResource>
BackupPolicies. list(String vaultName, String resourceGroupName, String filter, com.azure.core.util.Context context)
Lists of backup policies associated with Recovery Services Vault.
-