ISqlDatabaseThreatDetectionPolicy インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
- 実装
-
IBeta IChildResource<IParentT> IChildResource<ISqlDatabase> IExternalChildResource<ISqlDatabaseThreatDetectionPolicy,ISqlDatabase> IHasInner<DatabaseSecurityAlertPolicyInner> IHasName IHasParent<IParentT> IHasParent<ISqlDatabase> IHasResourceGroup IIndexable IRefreshable<FluentModelT> IRefreshable<ISqlDatabaseThreatDetectionPolicy> IUpdatable<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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET