Uses of Class
com.azure.resourcemanager.netapp.models.RelocateVolumeRequest
Packages that use RelocateVolumeRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of RelocateVolumeRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type RelocateVolumeRequestModifier and TypeMethodDescriptionVolumesClient.beginRelocate(String resourceGroupName, String accountName, String poolName, String volumeName, RelocateVolumeRequest body, com.azure.core.util.Context context) Relocate volume Relocates volume to a new stamp.voidVolumesClient.relocate(String resourceGroupName, String accountName, String poolName, String volumeName, RelocateVolumeRequest body, com.azure.core.util.Context context) Relocate volume Relocates volume to a new stamp. -
Uses of RelocateVolumeRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return RelocateVolumeRequestModifier and TypeMethodDescriptionstatic RelocateVolumeRequestRelocateVolumeRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RelocateVolumeRequest from the JsonReader.RelocateVolumeRequest.withCreationToken(String creationToken) Set the creationToken property: New creation token for the volume that controls the mount point name.Methods in com.azure.resourcemanager.netapp.models with parameters of type RelocateVolumeRequestModifier and TypeMethodDescriptionvoidVolume.relocate(RelocateVolumeRequest body, com.azure.core.util.Context context) Relocate volume Relocates volume to a new stamp.voidVolumes.relocate(String resourceGroupName, String accountName, String poolName, String volumeName, RelocateVolumeRequest body, com.azure.core.util.Context context) Relocate volume Relocates volume to a new stamp.