WorkspaceManagedSqlServerSecurityAlertPolicy interface
WorkspaceManagedSqlServerSecurityAlertPolicy を表すインターフェイス。
メソッド
| begin |
ワークスペースマネージド SQL Server の脅威検出ポリシーを作成または更新します。 |
| begin |
ワークスペースマネージド SQL Server の脅威検出ポリシーを作成または更新します。 |
| get(string, string, string, Workspace |
ワークスペースで管理される SQL Server のセキュリティ アラート ポリシーを取得します。 |
| list(string, string, Workspace |
ワークスペースで管理されている SQL Server の脅威検出ポリシーを取得します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, ServerSecurityAlertPolicy, WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams)
ワークスペースマネージド SQL Server の脅威検出ポリシーを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, securityAlertPolicyName: string, parameters: ServerSecurityAlertPolicy, options?: WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerSecurityAlertPolicy>, ServerSecurityAlertPolicy>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- securityAlertPolicyName
-
string
セキュリティ アラート ポリシーの名前。
- parameters
- ServerSecurityAlertPolicy
ワークスペースで管理される SQL Server セキュリティ アラート ポリシー。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<ServerSecurityAlertPolicy>, ServerSecurityAlertPolicy>>
beginCreateOrUpdateAndWait(string, string, string, ServerSecurityAlertPolicy, WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams)
ワークスペースマネージド SQL Server の脅威検出ポリシーを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, securityAlertPolicyName: string, parameters: ServerSecurityAlertPolicy, options?: WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams): Promise<ServerSecurityAlertPolicy>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- securityAlertPolicyName
-
string
セキュリティ アラート ポリシーの名前。
- parameters
- ServerSecurityAlertPolicy
ワークスペースで管理される SQL Server セキュリティ アラート ポリシー。
オプション パラメーター。
戻り値
Promise<ServerSecurityAlertPolicy>
get(string, string, string, WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams)
ワークスペースで管理される SQL Server のセキュリティ アラート ポリシーを取得します。
function get(resourceGroupName: string, workspaceName: string, securityAlertPolicyName: string, options?: WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams): Promise<ServerSecurityAlertPolicy>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- securityAlertPolicyName
-
string
セキュリティ アラート ポリシーの名前。
オプション パラメーター。
戻り値
Promise<ServerSecurityAlertPolicy>
list(string, string, WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams)
ワークスペースで管理されている SQL Server の脅威検出ポリシーを取得します。
function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams): PagedAsyncIterableIterator<ServerSecurityAlertPolicy, ServerSecurityAlertPolicy[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
オプション パラメーター。