Interface ProtectionPolicyResource.Update
-
- All Superinterfaces:
ProtectionPolicyResource.UpdateStages.WithEtag
,ProtectionPolicyResource.UpdateStages.WithProperties
,ProtectionPolicyResource.UpdateStages.WithTags
- Enclosing interface:
- ProtectionPolicyResource
public static interface ProtectionPolicyResource.Update extends ProtectionPolicyResource.UpdateStages.WithTags, ProtectionPolicyResource.UpdateStages.WithProperties, ProtectionPolicyResource.UpdateStages.WithEtag
The template for ProtectionPolicyResource update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectionPolicyResource
apply()
Executes the update request.ProtectionPolicyResource
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicyResource.UpdateStages.WithEtag
withEtag
-
Methods inherited from interface com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicyResource.UpdateStages.WithProperties
withProperties
-
Methods inherited from interface com.azure.resourcemanager.recoveryservicesbackup.models.ProtectionPolicyResource.UpdateStages.WithTags
withTags
-
-
-
-
Method Detail
-
apply
ProtectionPolicyResource apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
ProtectionPolicyResource apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-