次の方法で共有


SqlDatabasePatch.FreeLimitExhaustionBehavior プロパティ

定義

空きデータベースの月次空き制限が使い果たされた場合の動作を指定します。

AutoPause: 月の残りの期間の空き制限が使い果たされると、データベースは自動的に一時停止されます。

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)

プロパティ値

適用対象