Interface Volume.Update
- All Superinterfaces:
Volume.UpdateStages.WithManagedBy
,Volume.UpdateStages.WithSizeGiB
- Enclosing interface:
Volume
public static interface Volume.Update
extends Volume.UpdateStages.WithSizeGiB, Volume.UpdateStages.WithManagedBy
The template for Volume update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.Volume.UpdateStages.WithManagedBy
withManagedBy
Methods inherited from interface com.azure.resourcemanager.elasticsan.models.Volume.UpdateStages.WithSizeGiB
withSizeGiB
-
Method Details
-
apply
Volume apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-