DatabaseSecurityAlertPoliciesOperations interface
DatabaseSecurityAlertPolicies操作を表すインターフェース。
プロパティ
| create |
データベースのセキュリティアラートポリシーを作成または更新します。 |
| get | データベースのセキュリティアラートポリシーを取得します。 |
| list |
データベースのセキュリティアラートポリシーのリストを取得します。 |
プロパティの詳細
createOrUpdate
データベースのセキュリティアラートポリシーを作成または更新します。
createOrUpdate: (resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, parameters: DatabaseSecurityAlertPolicy, options?: DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams) => Promise<DatabaseSecurityAlertPolicy>
プロパティ値
(resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, parameters: DatabaseSecurityAlertPolicy, options?: DatabaseSecurityAlertPoliciesCreateOrUpdateOptionalParams) => Promise<DatabaseSecurityAlertPolicy>
get
データベースのセキュリティアラートポリシーを取得します。
get: (resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, options?: DatabaseSecurityAlertPoliciesGetOptionalParams) => Promise<DatabaseSecurityAlertPolicy>
プロパティ値
(resourceGroupName: string, serverName: string, databaseName: string, securityAlertPolicyName: string, options?: DatabaseSecurityAlertPoliciesGetOptionalParams) => Promise<DatabaseSecurityAlertPolicy>
listByDatabase
データベースのセキュリティアラートポリシーのリストを取得します。
listByDatabase: (resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams) => PagedAsyncIterableIterator<DatabaseSecurityAlertPolicy, DatabaseSecurityAlertPolicy[], PageSettings>
プロパティ値
(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseSecurityAlertPoliciesListByDatabaseOptionalParams) => PagedAsyncIterableIterator<DatabaseSecurityAlertPolicy, DatabaseSecurityAlertPolicy[], PageSettings>