Uses of Interface
com.azure.resourcemanager.netapp.models.VolumeQuotaRule
Packages that use VolumeQuotaRule
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of VolumeQuotaRule in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumeQuotaRuleModifier and TypeMethodDescriptionVolumeQuotaRule.Update.apply()
Executes the update request.VolumeQuotaRule.Update.apply
(com.azure.core.util.Context context) Executes the update request.VolumeQuotaRule.DefinitionStages.WithCreate.create()
Executes the create request.VolumeQuotaRule.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.VolumeQuotaRules.get
(String resourceGroupName, String accountName, String poolName, String volumeName, String volumeQuotaRuleName) Describe a quota rule Get details of the specified quota rule.Describe a quota rule Get details of the specified quota rule.VolumeQuotaRule.refresh()
Refreshes the resource to sync with Azure.VolumeQuotaRule.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type VolumeQuotaRuleModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<VolumeQuotaRule> VolumeQuotaRules.getByIdWithResponse
(String id, com.azure.core.util.Context context) Describe a quota rule Get details of the specified quota rule.com.azure.core.http.rest.Response
<VolumeQuotaRule> VolumeQuotaRules.getWithResponse
(String resourceGroupName, String accountName, String poolName, String volumeName, String volumeQuotaRuleName, com.azure.core.util.Context context) Describe a quota rule Get details of the specified quota rule.com.azure.core.http.rest.PagedIterable
<VolumeQuotaRule> VolumeQuotaRules.listByVolume
(String resourceGroupName, String accountName, String poolName, String volumeName) Get all quota rules for a volume List all quota rules associated with the volume.com.azure.core.http.rest.PagedIterable
<VolumeQuotaRule> VolumeQuotaRules.listByVolume
(String resourceGroupName, String accountName, String poolName, String volumeName, com.azure.core.util.Context context) Get all quota rules for a volume List all quota rules associated with the volume.