次の方法で共有


ISqlDatabaseThreatDetectionPolicy インターフェイス

定義

Azure SQL データベース脅威検出ポリシーの表現。

public interface ISqlDatabaseThreatDetectionPolicy : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy,Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseSecurityAlertPolicyInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseThreatDetectionPolicy>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IUpdate>
type ISqlDatabaseThreatDetectionPolicy = interface
    interface IBeta
    interface IExternalChildResource<ISqlDatabaseThreatDetectionPolicy, ISqlDatabase>
    interface IChildResource<ISqlDatabase>
    interface IHasName
    interface IIndexable
    interface IHasParent<ISqlDatabase>
    interface IRefreshable<ISqlDatabaseThreatDetectionPolicy>
    interface IHasInner<DatabaseSecurityAlertPolicyInner>
    interface IHasResourceGroup
    interface IUpdatable<IUpdate>
Public Interface ISqlDatabaseThreatDetectionPolicy
Implements IBeta, IChildResource(Of ISqlDatabase), IExternalChildResource(Of ISqlDatabaseThreatDetectionPolicy, ISqlDatabase), IHasInner(Of DatabaseSecurityAlertPolicyInner), IHasParent(Of ISqlDatabase), IHasResourceGroup, IRefreshable(Of ISqlDatabaseThreatDetectionPolicy), IUpdatable(Of IUpdate)
実装

プロパティ

CurrentState

ポリシーの状態を取得します。

DisabledAlerts

無効になっているアラートのセミコロン区切りの一覧を取得します。

EmailAccountAdmins

アラートがアカウント管理者に送信される場合は true を取得します。

EmailAddresses

アラートが送信される電子メール アドレスのセミコロン区切りの一覧を取得します。

Id

Azure SQL データベース脅威検出ポリシーの表現。

(継承元 IExternalChildResource<FluentModelT,IParentT>)
Inner

Azure SQL データベース脅威検出ポリシーの表現。

(継承元 IHasInner<T>)
IsDefaultSecurityAlertPolicy

既定のサーバー ポリシーを使用している場合は true を取得します。

Key

Azure SQL データベース脅威検出ポリシーの表現。

(継承元 IIndexable)
Kind

リソースの種類を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Region

リソースが存在する地理的な場所を取得します。

ResourceGroupName

Azure SQL データベース脅威検出ポリシーの表現。

(継承元 IHasResourceGroup)
RetentionDays

脅威検出監査ログに保持する日数を取得します。

StorageAccountAccessKey

脅威検出監査ストレージ アカウントの識別子キーを取得します。

StorageEndpoint

BLOB ストレージ エンドポイントを取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Azure SQL データベース脅威検出ポリシーの表現。

(継承元 IUpdatable<T>)

適用対象