Compartilhar via


ServerAdvancedThreatProtectionSettings interface

Interface que representa um ServerAdvancedThreatProtectionSettings.

Métodos

beginCreateOrUpdate(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

Cria ou atualiza um estado de Proteção Avançada contra Ameaças.

beginCreateOrUpdateAndWait(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

Cria ou atualiza um estado de Proteção Avançada contra Ameaças.

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Obtenha o estado de Proteção Avançada contra Ameaças de um servidor.

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Obtenha uma lista dos estados de Proteção Avançada contra Ameaças do servidor.

Detalhes do método

beginCreateOrUpdate(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

Cria ou atualiza um estado de Proteção Avançada contra Ameaças.

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName

string

O nome do servidor.

advancedThreatProtectionName

string

O nome do estado de Proteção Avançada contra Ameaças.

parameters
ServerAdvancedThreatProtection

O estado de Proteção Avançada contra Ameaças do servidor.

Retornos

beginCreateOrUpdateAndWait(string, string, string, ServerAdvancedThreatProtection, ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams)

Cria ou atualiza um estado de Proteção Avançada contra Ameaças.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, parameters: ServerAdvancedThreatProtection, options?: ServerAdvancedThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerAdvancedThreatProtection>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName

string

O nome do servidor.

advancedThreatProtectionName

string

O nome do estado de Proteção Avançada contra Ameaças.

parameters
ServerAdvancedThreatProtection

O estado de Proteção Avançada contra Ameaças do servidor.

Retornos

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Obtenha o estado de Proteção Avançada contra Ameaças de um servidor.

function get(resourceGroupName: string, serverName: string, advancedThreatProtectionName: string, options?: ServerAdvancedThreatProtectionSettingsGetOptionalParams): Promise<ServerAdvancedThreatProtection>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName

string

O nome do servidor.

advancedThreatProtectionName

string

O nome do estado de Proteção Avançada contra Ameaças.

options
ServerAdvancedThreatProtectionSettingsGetOptionalParams

Os parâmetros de opções.

Retornos

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Obtenha uma lista dos estados de Proteção Avançada contra Ameaças do servidor.

function listByServer(resourceGroupName: string, serverName: string, options?: ServerAdvancedThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<ServerAdvancedThreatProtection, ServerAdvancedThreatProtection[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName

string

O nome do servidor.

Retornos