Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectionPolicyResourceInner
-
Packages that use ProtectionPolicyResourceInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectionPolicyResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return ProtectionPolicyResourceInner Modifier and Type Method Description ProtectionPolicyResourceInner
ProtectionPoliciesClient. createOrUpdate(String vaultName, String resourceGroupName, String policyName, ProtectionPolicyResourceInner parameters)
Creates or modifies a backup policy.ProtectionPolicyResourceInner
ProtectionPoliciesClient. get(String vaultName, String resourceGroupName, String policyName)
Provides the details of the backup policies associated to Recovery Services Vault.ProtectionPolicyResourceInner
ProtectionPolicyOperationResultsClient. get(String vaultName, String resourceGroupName, String policyName, String operationId)
Provides the result of an operation.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type ProtectionPolicyResourceInner Modifier and Type Method Description com.azure.core.http.rest.Response<ProtectionPolicyResourceInner>
ProtectionPoliciesClient. createOrUpdateWithResponse(String vaultName, String resourceGroupName, String policyName, ProtectionPolicyResourceInner parameters, com.azure.core.util.Context context)
Creates or modifies a backup policy.com.azure.core.http.rest.Response<ProtectionPolicyResourceInner>
ProtectionPoliciesClient. 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<ProtectionPolicyResourceInner>
ProtectionPolicyOperationResultsClient. 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<ProtectionPolicyResourceInner>
BackupPoliciesClient. list(String vaultName, String resourceGroupName)
Lists of backup policies associated with Recovery Services Vault.com.azure.core.http.rest.PagedIterable<ProtectionPolicyResourceInner>
BackupPoliciesClient. list(String vaultName, String resourceGroupName, String filter, com.azure.core.util.Context context)
Lists of backup policies associated with Recovery Services Vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type ProtectionPolicyResourceInner Modifier and Type Method Description ProtectionPolicyResourceInner
ProtectionPoliciesClient. createOrUpdate(String vaultName, String resourceGroupName, String policyName, ProtectionPolicyResourceInner parameters)
Creates or modifies a backup policy.com.azure.core.http.rest.Response<ProtectionPolicyResourceInner>
ProtectionPoliciesClient. createOrUpdateWithResponse(String vaultName, String resourceGroupName, String policyName, ProtectionPolicyResourceInner parameters, com.azure.core.util.Context context)
Creates or modifies a backup policy. -
Uses of ProtectionPolicyResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return ProtectionPolicyResourceInner Modifier and Type Method Description ProtectionPolicyResourceInner
ProtectionPolicyResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.ProtectionPolicyResourceInner
ProtectionPolicyResourceInner. withLocation(String location)
ProtectionPolicyResourceInner
ProtectionPolicyResourceInner. withProperties(ProtectionPolicy properties)
Set the properties property: ProtectionPolicyResource properties.ProtectionPolicyResourceInner
ProtectionPolicyResourceInner. withTags(Map<String,String> tags)
-
Uses of ProtectionPolicyResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectionPolicyResourceInner Modifier and Type Method Description ProtectionPolicyResourceInner
ProtectionPolicyResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.ProtectionPolicyResourceInner object.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectionPolicyResourceInner Modifier and Type Method Description List<ProtectionPolicyResourceInner>
ProtectionPolicyResourceList. value()
Get the value property: List of resources.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ProtectionPolicyResourceInner Modifier and Type Method Description ProtectionPolicyResourceList
ProtectionPolicyResourceList. withValue(List<ProtectionPolicyResourceInner> value)
Set the value property: List of resources.
-