Share via


VolumeQuotaRulesOperations interface

Interface representing a VolumeQuotaRules operations.

Properties

create

Create the specified quota rule within the given volume

delete
get

Get details of the specified quota rule

listByVolume

List all quota rules associated with the volume

update

Patch a quota rule

Property Details

create

Create the specified quota rule within the given volume

create: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, body: VolumeQuotaRule, options?: VolumeQuotaRulesCreateOptionalParams) => PollerLike<OperationState<VolumeQuotaRule>, VolumeQuotaRule>

Property Value

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, body: VolumeQuotaRule, options?: VolumeQuotaRulesCreateOptionalParams) => PollerLike<OperationState<VolumeQuotaRule>, VolumeQuotaRule>

delete

delete: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, options?: VolumeQuotaRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, options?: VolumeQuotaRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get details of the specified quota rule

get: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, options?: VolumeQuotaRulesGetOptionalParams) => Promise<VolumeQuotaRule>

Property Value

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, options?: VolumeQuotaRulesGetOptionalParams) => Promise<VolumeQuotaRule>

listByVolume

List all quota rules associated with the volume

listByVolume: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumeQuotaRulesListByVolumeOptionalParams) => PagedAsyncIterableIterator<VolumeQuotaRule, VolumeQuotaRule[], PageSettings>

Property Value

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumeQuotaRulesListByVolumeOptionalParams) => PagedAsyncIterableIterator<VolumeQuotaRule, VolumeQuotaRule[], PageSettings>

update

Patch a quota rule

update: (resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, body: VolumeQuotaRulePatch, options?: VolumeQuotaRulesUpdateOptionalParams) => PollerLike<OperationState<VolumeQuotaRule>, VolumeQuotaRule>

Property Value

(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, volumeQuotaRuleName: string, body: VolumeQuotaRulePatch, options?: VolumeQuotaRulesUpdateOptionalParams) => PollerLike<OperationState<VolumeQuotaRule>, VolumeQuotaRule>