次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む SQL データベース脅威検出ポリシーの更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithAlertsFilter, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithEmailAddresses, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithEmailToAccountAdmins, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithRetentionDays, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithSecurityAlertPolicyState, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithStorageAccountAccessKey, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IWithStorageEndpoint
type IUpdate = interface
    interface IWithSecurityAlertPolicyState
    interface IWithStorageEndpoint
    interface IWithStorageAccountAccessKey
    interface IWithAlertsFilter
    interface IWithEmailAddresses
    interface IWithRetentionDays
    interface IWithEmailToAccountAdmins
    interface IAppliable<ISqlDatabaseThreatDetectionPolicy>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlDatabaseThreatDetectionPolicy), IWithAlertsFilter, IWithEmailAddresses, IWithEmailToAccountAdmins, IWithRetentionDays, IWithSecurityAlertPolicyState, IWithStorageAccountAccessKey, IWithStorageEndpoint
実装

プロパティ

Key

変更できるすべての設定を含む SQL データベース脅威検出ポリシーの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithAlertsFilter(String)

無効にするセキュリティ アラート ポリシーアラートを更新します。

(継承元 IWithAlertsFilter)
WithDefaultSecurityAlertPolicy()

セキュリティ アラート ポリシーの状態を "新規" に更新します。

(継承元 IWithSecurityAlertPolicyState)
WithEmailAddresses(String)

セキュリティ アラート ポリシーのメール アドレスを更新します。

(継承元 IWithEmailAddresses)
WithEmailToAccountAdmins()

アカウント管理者にアラートを送信できるようにします。

(継承元 IWithEmailToAccountAdmins)
WithoutEmailToAccountAdmins()

アラートがアカウント管理者に送信されることを無効にします。

(継承元 IWithEmailToAccountAdmins)
WithPolicyDisabled()

セキュリティ アラート ポリシーの状態を "無効" に更新します。

(継承元 IWithSecurityAlertPolicyState)
WithPolicyEnabled()

セキュリティ アラート ポリシーの状態を "有効" に更新します。

(継承元 IWithSecurityAlertPolicyState)
WithPolicyNew()

セキュリティ アラート ポリシーの状態を "新規" に更新します。

(継承元 IWithSecurityAlertPolicyState)
WithRetentionDays(Int32)

セキュリティ アラート ポリシーのメール アドレスを更新します。 脅威検出監査ログに保持する日数を指定します。

(継承元 IWithRetentionDays)
WithStorageAccountAccessKey(String)

セキュリティ アラート ポリシーのストレージ アクセス キーを更新します。

(継承元 IWithStorageAccountAccessKey)
WithStorageEndpoint(String)

セキュリティ アラート ポリシーのストレージ エンドポイントを更新します。

(継承元 IWithStorageEndpoint)

適用対象