Uses of Interface
com.azure.resourcemanager.elasticsan.models.Volume
Packages that use Volume
Package
Description
Package containing the data models for ElasticSanManagement.
-
Uses of Volume in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return VolumeModifier and TypeMethodDescriptionVolume.Update.apply()
Executes the update request.Volume.Update.apply
(com.azure.core.util.Context context) Executes the update request.Volume.DefinitionStages.WithCreate.create()
Executes the create request.Volume.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Volumes.get
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName) Get an Volume.Get an Volume.Volume.refresh()
Refreshes the resource to sync with Azure.Volume.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.ResourceProviders.restoreVolume
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName) Restore Soft Deleted Volumes.ResourceProviders.restoreVolume
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, com.azure.core.util.Context context) Restore Soft Deleted Volumes.Methods in com.azure.resourcemanager.elasticsan.models that return types with arguments of type VolumeModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<Volume> Volumes.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get an Volume.com.azure.core.http.rest.Response
<Volume> Volumes.getWithResponse
(String resourceGroupName, String elasticSanName, String volumeGroupName, String volumeName, com.azure.core.util.Context context) Get an Volume.com.azure.core.http.rest.PagedIterable
<Volume> Volumes.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName) List Volumes in a VolumeGroup.com.azure.core.http.rest.PagedIterable
<Volume> Volumes.listByVolumeGroup
(String resourceGroupName, String elasticSanName, String volumeGroupName, XMsAccessSoftDeletedResources xMsAccessSoftDeletedResources, com.azure.core.util.Context context) List Volumes in a VolumeGroup.