Uses of Class
com.azure.resourcemanager.netapp.models.CapacityPoolPatch
Packages that use CapacityPoolPatch
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of CapacityPoolPatch in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type CapacityPoolPatchModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginUpdate(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body) Update a capacity pool Patch the specified capacity pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginUpdate(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body, com.azure.core.util.Context context) Update a capacity pool Patch the specified capacity pool.PoolsClient.update(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body) Update a capacity pool Patch the specified capacity pool.PoolsClient.update(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body, com.azure.core.util.Context context) Update a capacity pool Patch the specified capacity pool. -
Uses of CapacityPoolPatch in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return CapacityPoolPatchModifier and TypeMethodDescriptionstatic CapacityPoolPatchCapacityPoolPatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CapacityPoolPatch from the JsonReader.CapacityPoolPatch.withCoolAccess(Boolean coolAccess) Set the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes.CapacityPoolPatch.withLocation(String location) CapacityPoolPatch.withQosType(QosType qosType) Set the qosType property: The qos type of the pool.Set the size property: Provisioned size of the pool (in bytes).