Uses of Class
com.azure.resourcemanager.elasticsan.models.VolumeUpdate
Packages that use VolumeUpdate
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of VolumeUpdate in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent with parameters of type VolumeUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeInner>, VolumeInner> VolumesClient.beginUpdate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, VolumeUpdate parameters) Update an Volume.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeInner>, VolumeInner> VolumesClient.beginUpdate
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, VolumeUpdate parameters, com.azure.core.util.Context context) Update an Volume.VolumesClient.update
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, VolumeUpdate parameters) Update an Volume.VolumesClient.update
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, VolumeUpdate parameters, com.azure.core.util.Context context) Update an Volume. -
Uses of VolumeUpdate in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return VolumeUpdateModifier and TypeMethodDescriptionstatic VolumeUpdate
VolumeUpdate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeUpdate from the JsonReader.VolumeUpdate.withManagedBy
(ManagedByInfo managedBy) Set the managedBy property: Parent resource information.VolumeUpdate.withSizeGiB
(Long sizeGiB) Set the sizeGiB property: Volume size.