共用方式為


VolumeQuotaRulesOperations interface

代表 VolumeQuotaRules 作業的介面。

屬性

create

在指定的磁碟區內建立指定的配額規則

delete
get

取得指定配額規則的詳細資料

listByVolume

列出與磁碟區相關聯的所有配額規則

update

修補配額規則

屬性詳細資料

create

在指定的磁碟區內建立指定的配額規則

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

屬性值

(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>

屬性值

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

get

取得指定配額規則的詳細資料

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

屬性值

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

listByVolume

列出與磁碟區相關聯的所有配額規則

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

屬性值

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

update

修補配額規則

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

屬性值

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