Uses of Class
com.azure.resourcemanager.netapp.models.VolumeQuotaRulePatch
Packages that use VolumeQuotaRulePatch
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumeQuotaRulePatch in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type VolumeQuotaRulePatchModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeQuotaRuleInner>, VolumeQuotaRuleInner> VolumeQuotaRulesClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, String volumeName, String volumeQuotaRuleName, VolumeQuotaRulePatch body) Update a quota rule Patch a quota rule.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<VolumeQuotaRuleInner>, VolumeQuotaRuleInner> VolumeQuotaRulesClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, String volumeName, String volumeQuotaRuleName, VolumeQuotaRulePatch body, com.azure.core.util.Context context) Update a quota rule Patch a quota rule.VolumeQuotaRulesClient.update
(String resourceGroupName, String accountName, String poolName, String volumeName, String volumeQuotaRuleName, VolumeQuotaRulePatch body) Update a quota rule Patch a quota rule.VolumeQuotaRulesClient.update
(String resourceGroupName, String accountName, String poolName, String volumeName, String volumeQuotaRuleName, VolumeQuotaRulePatch body, com.azure.core.util.Context context) Update a quota rule Patch a quota rule. -
Uses of VolumeQuotaRulePatch in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumeQuotaRulePatchModifier and TypeMethodDescriptionstatic VolumeQuotaRulePatch
VolumeQuotaRulePatch.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumeQuotaRulePatch from the JsonReader.VolumeQuotaRulePatch.withQuotaSizeInKiBs
(Long quotaSizeInKiBs) Set the quotaSizeInKiBs property: Size of quota.VolumeQuotaRulePatch.withQuotaTarget
(String quotaTarget) Set the quotaTarget property: UserID/GroupID/SID based on the quota target type.VolumeQuotaRulePatch.withQuotaType
(Type quotaType) Set the quotaType property: Type of quota.Set the tags property: Resource tags.