次の方法で共有


IWithCreate インターフェイス

定義

SQL データベース脅威検出ポリシー定義の最終段階。

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

プロパティ

Key

SQL データベース脅威検出ポリシー定義の最終段階。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

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

セキュリティ アラート ポリシーのアラートを無効に設定します。

(継承元 IWithAlertsFilter)
WithEmailAddresses(String)

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

(継承元 IWithEmailAddresses)
WithEmailToAccountAdmins()

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

(継承元 IWithEmailToAccountAdmins)
WithoutEmailToAccountAdmins()

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

(継承元 IWithEmailToAccountAdmins)
WithRetentionDays(Int32)

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

(継承元 IWithRetentionDays)
WithStorageAccountAccessKey(String)

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

(継承元 IWithStorageAccountAccessKey)
WithStorageEndpoint(String)

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

(継承元 IWithStorageEndpoint)

適用対象