次の方法で共有


ISqlDatabaseThreatDetectionPolicyDefinition インターフェイス

定義

実装する必要があるすべての定義のコンテナー インターフェイス。

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

プロパティ

Key

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<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)

適用対象