Freigeben über


VolumeQuotaRulesOperations interface

Schnittstelle, die einen VolumeQuotaRules-Vorgang darstellt.

Eigenschaften

create

Erstellen Sie die angegebene Kontingentregel innerhalb des angegebenen Volumes

delete
get

Abrufen von Details zur angegebenen Kontingentregel

listByVolume

Listet alle Kontingentregeln auf, die dem Volume zugeordnet sind

update

Patchen einer Kontingentregel

Details zur Eigenschaft

create

Erstellen Sie die angegebene Kontingentregel innerhalb des angegebenen Volumes

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

Eigenschaftswert

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

Eigenschaftswert

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

get

Abrufen von Details zur angegebenen Kontingentregel

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

Eigenschaftswert

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

listByVolume

Listet alle Kontingentregeln auf, die dem Volume zugeordnet sind

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

Eigenschaftswert

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

update

Patchen einer Kontingentregel

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

Eigenschaftswert

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