次の方法で共有


ExtendedDatabaseBlobAuditingPolicy.State プロパティ

定義

監査の状態を取得または設定します。 state が Enabled の場合、storageEndpoint または isAzureMonitorTargetEnabled が必要です。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicyState State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicyState with get, set
Public Property State As BlobAuditingPolicyState

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象