次の方法で共有


DatabaseSecurityAlertPolicies interface

DatabaseSecurityAlertPolicies を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, string, DatabaseSecurityAlertPolicy, DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams)

データベースのセキュリティ アラート ポリシーを作成または更新します。

get(string, string, string, string, DatabaseSecurityAlertPoliciesGetOptionalParams)

データベースのセキュリティ アラート ポリシーを取得します。

listByDatabase(string, string, string, DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams)

データベースのセキュリティ アラート ポリシーの一覧を取得します。

メソッドの詳細

createOrUpdate(string, string, string, string, DatabaseSecurityAlertPolicy, DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams)

データベースのセキュリティ アラート ポリシーを作成または更新します。

function createOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, parameters: DatabaseSecurityAlertPolicy, options?: DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams): Promise<DatabaseSecurityAlertPolicy>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

databaseName

string

セキュリティ アラート ポリシーが定義されているデータベースの名前。

securityAlertPolicyName

string

セキュリティ アラート ポリシーの名前。

parameters
DatabaseSecurityAlertPolicy

データベース セキュリティ アラート ポリシー。

options
DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, string, string, DatabaseSecurityAlertPoliciesGetOptionalParams)

データベースのセキュリティ アラート ポリシーを取得します。

function get(resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, options?: DatabaseSecurityAlertPoliciesGetOptionalParams): Promise<DatabaseSecurityAlertPolicy>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

databaseName

string

セキュリティ アラート ポリシーが定義されているデータベースの名前。

securityAlertPolicyName

string

セキュリティ アラート ポリシーの名前。

options
DatabaseSecurityAlertPoliciesGetOptionalParams

options パラメーター。

戻り値

listByDatabase(string, string, string, DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams)

データベースのセキュリティ アラート ポリシーの一覧を取得します。

function listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams): PagedAsyncIterableIterator<DatabaseSecurityAlertPolicy, DatabaseSecurityAlertPolicy[], PageSettings>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

databaseName

string

セキュリティ アラート ポリシーが定義されているデータベースの名前。

options
DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams

options パラメーター。

戻り値