你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Volume.DefinitionStages.WithIsDefaultQuotaEnabled Interface

public static interface Volume.DefinitionStages.WithIsDefaultQuotaEnabled

The stage of the Volume definition allowing to specify isDefaultQuotaEnabled.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsDefaultQuotaEnabled(Boolean isDefaultQuotaEnabled)

Specifies the isDefaultQuotaEnabled property: Specifies if default quota is enabled for the volume..

Method Details

withIsDefaultQuotaEnabled

public abstract Volume.DefinitionStages.WithCreate withIsDefaultQuotaEnabled(Boolean isDefaultQuotaEnabled)

Specifies the isDefaultQuotaEnabled property: Specifies if default quota is enabled for the volume..

Parameters:

isDefaultQuotaEnabled - Specifies if default quota is enabled for the volume.

Returns:

the next definition stage.

Applies to