次の方法で共有


WorkspaceManagedSqlServerSecurityAlertPolicy interface

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

メソッド

beginCreateOrUpdate(string, string, string, ServerSecurityAlertPolicy, WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams)

ワークスペースマネージド SQL Server の脅威検出ポリシーを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, ServerSecurityAlertPolicy, WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams)

ワークスペースマネージド SQL Server の脅威検出ポリシーを作成または更新します。

get(string, string, string, WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams)

ワークスペースで管理される SQL Server のセキュリティ アラート ポリシーを取得します。

list(string, string, WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams)

ワークスペースで管理されている 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 セキュリティ アラート ポリシー。

options
WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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 セキュリティ アラート ポリシー。

options
WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

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

options
WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams)

ワークスペースで管理されている SQL Server の脅威検出ポリシーを取得します。

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams): PagedAsyncIterableIterator<ServerSecurityAlertPolicy, ServerSecurityAlertPolicy[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

options
WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams

オプション パラメーター。

戻り値