Partilhar via


WorkspaceManagedSqlServerSecurityAlertPolicy interface

Interface que representa um WorkspaceManagedSqlServerSecurityAlertPolicy.

Métodos

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

Criar ou atualizar um espaço de trabalho gerenciado política de deteção de ameaças do SQL Server.

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

Criar ou atualizar um espaço de trabalho gerenciado política de deteção de ameaças do SQL Server.

get(string, string, string, WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams)

Obtenha uma política de alerta de segurança do SQL Server gerenciado pelo espaço de trabalho.

list(string, string, WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams)

Obtenha políticas de deteção de ameaças do SQL Server gerenciadas pelo espaço de trabalho.

Detalhes de Método

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

Criar ou atualizar um espaço de trabalho gerenciado política de deteção de ameaças do SQL Server.

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 espaço de trabalho.

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 espaço de trabalho.

Devoluções

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

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

Criar ou atualizar um espaço de trabalho gerenciado política de deteção de ameaças do SQL Server.

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 espaço de trabalho.

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 espaço de trabalho.

Devoluções

get(string, string, string, WorkspaceManagedSqlServerSecurityAlertPolicyGetOptionalParams)

Obtenha uma política de alerta de segurança do SQL Server gerenciado pelo espaço de trabalho.

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 espaço de trabalho.

securityAlertPolicyName

string

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

Devoluções

list(string, string, WorkspaceManagedSqlServerSecurityAlertPolicyListOptionalParams)

Obtenha políticas de deteção de ameaças do SQL Server gerenciadas pelo espaço de trabalho.

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 espaço de trabalho.

Devoluções