Uses of Class
com.azure.resourcemanager.netapp.models.PoolChangeRequest
Packages that use PoolChangeRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of PoolChangeRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type PoolChangeRequestModifier and TypeMethodDescriptionVolumesClient.beginPoolChange(String resourceGroupName, String accountName, String poolName, String volumeName, PoolChangeRequest body) Change pool for volume Moves volume to another pool.VolumesClient.beginPoolChange(String resourceGroupName, String accountName, String poolName, String volumeName, PoolChangeRequest body, com.azure.core.util.Context context) Change pool for volume Moves volume to another pool.voidVolumesClient.poolChange(String resourceGroupName, String accountName, String poolName, String volumeName, PoolChangeRequest body) Change pool for volume Moves volume to another pool.voidVolumesClient.poolChange(String resourceGroupName, String accountName, String poolName, String volumeName, PoolChangeRequest body, com.azure.core.util.Context context) Change pool for volume Moves volume to another pool. -
Uses of PoolChangeRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return PoolChangeRequestModifier and TypeMethodDescriptionstatic PoolChangeRequestPoolChangeRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PoolChangeRequest from the JsonReader.PoolChangeRequest.withNewPoolResourceId(String newPoolResourceId) Set the newPoolResourceId property: Resource id of the pool to move volume to.Methods in com.azure.resourcemanager.netapp.models with parameters of type PoolChangeRequestModifier and TypeMethodDescriptionvoidVolume.poolChange(PoolChangeRequest body) Change pool for volume Moves volume to another pool.voidVolume.poolChange(PoolChangeRequest body, com.azure.core.util.Context context) Change pool for volume Moves volume to another pool.voidVolumes.poolChange(String resourceGroupName, String accountName, String poolName, String volumeName, PoolChangeRequest body) Change pool for volume Moves volume to another pool.voidVolumes.poolChange(String resourceGroupName, String accountName, String poolName, String volumeName, PoolChangeRequest body, com.azure.core.util.Context context) Change pool for volume Moves volume to another pool.