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

SqlDatabaseData.FreeLimitExhaustionBehavior 属性

定义

指定免费数据库的每月可用限制用尽时的行为。

自动暂停:当一个月剩余时间的可用限制用完时,数据库将自动暂停。

BillForUsage:在耗尽免费限制后,数据库将继续联机,任何超额都将计费。

public Azure.ResourceManager.Sql.Models.FreeLimitExhaustionBehavior? FreeLimitExhaustionBehavior { get; set; }
member this.FreeLimitExhaustionBehavior : Nullable<Azure.ResourceManager.Sql.Models.FreeLimitExhaustionBehavior> with get, set
Public Property FreeLimitExhaustionBehavior As Nullable(Of FreeLimitExhaustionBehavior)

属性值

适用于