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