Compartilhar via


WorkspaceManagedSqlServerSecurityAlertPolicy interface

Interface que representa um WorkspaceManagedSqlServerSecurityAlertPolicy.

Métodos

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

Criar ou atualizar uma política de detecção de ameaças do sql server gerenciado por workspace.

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

Criar ou atualizar uma política de detecção de ameaças do sql server gerenciado por workspace.

get(string, string, string, WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams)

Obtenha uma política de alerta de segurança do sql server gerenciado por workspace.

list(string, string, WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams)

Obtenha as políticas de detecção de ameaças do sql server gerenciado pelo workspace.

Detalhes do método

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

Criar ou atualizar uma política de detecção de ameaças do sql server gerenciado por workspace.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, securityAlertPolicyName: string, parameters: ServerSecurityAlertPolicy, options?: WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServerSecurityAlertPolicy>, ServerSecurityAlertPolicy>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

securityAlertPolicyName

string

O nome da política de alerta de segurança.

parameters
ServerSecurityAlertPolicy

A política de alerta de segurança do sql server gerenciado pelo workspace.

Retornos

Promise<PollerLike<@azure/core-lro.PollOperationState<ServerSecurityAlertPolicy>, ServerSecurityAlertPolicy>>

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

Criar ou atualizar uma política de detecção de ameaças do sql server gerenciado por workspace.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, securityAlertPolicyName: string, parameters: ServerSecurityAlertPolicy, options?: WorkspaceManagedSqlServerSecurityAlertPolicyCreateOrUpdateOptionalParams): Promise<ServerSecurityAlertPolicy>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

securityAlertPolicyName

string

O nome da política de alerta de segurança.

parameters
ServerSecurityAlertPolicy

A política de alerta de segurança do sql server gerenciado pelo workspace.

Retornos

get(string, string, string, WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams)

Obtenha uma política de alerta de segurança do sql server gerenciado por workspace.

function get(resourceGroupName: string, workspaceName: string, securityAlertPolicyName: string, options?: WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams): Promise<ServerSecurityAlertPolicy>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

securityAlertPolicyName

string

O nome da política de alerta de segurança.

Retornos

list(string, string, WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams)

Obtenha as políticas de detecção de ameaças do sql server gerenciado pelo workspace.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

Retornos