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