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