Uses of Class
com.azure.resourcemanager.netapp.models.SubvolumePatchRequest
Packages that use SubvolumePatchRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of SubvolumePatchRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type SubvolumePatchRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SubvolumeInfoInner>, SubvolumeInfoInner> SubvolumesClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, SubvolumePatchRequest body) Update a subvolume Patch a subvolume.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SubvolumeInfoInner>, SubvolumeInfoInner> SubvolumesClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, SubvolumePatchRequest body, com.azure.core.util.Context context) Update a subvolume Patch a subvolume.SubvolumesClient.update
(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, SubvolumePatchRequest body) Update a subvolume Patch a subvolume.SubvolumesClient.update
(String resourceGroupName, String accountName, String poolName, String volumeName, String subvolumeName, SubvolumePatchRequest body, com.azure.core.util.Context context) Update a subvolume Patch a subvolume. -
Uses of SubvolumePatchRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return SubvolumePatchRequestModifier and TypeMethodDescriptionstatic SubvolumePatchRequest
SubvolumePatchRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SubvolumePatchRequest from the JsonReader.Set the path property: path to the subvolume.Set the size property: Truncate subvolume to the provided size in bytes.