Compartir a través de


ServerAdvancedThreatProtectionSettings interface

Interfaz que representa un ServerAdvancedThreatProtectionSettings.

Métodos

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

Crea o actualiza un estado de Advanced Threat Protection.

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

Crea o actualiza un estado de Advanced Threat Protection.

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Obtiene el estado advanced Threat Protection de un servidor.

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Obtenga una lista de los estados de Advanced Threat Protection del servidor.

Detalles del método

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

Crea o actualiza un estado de Advanced Threat Protection.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serverName

string

Nombre del servidor.

advancedThreatProtectionName

string

Nombre del estado Advanced Threat Protection.

parameters
ServerAdvancedThreatProtection

Estado de Advanced Threat Protection del servidor.

Devoluciones

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

Crea o actualiza un estado de Advanced Threat Protection.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serverName

string

Nombre del servidor.

advancedThreatProtectionName

string

Nombre del estado Advanced Threat Protection.

parameters
ServerAdvancedThreatProtection

Estado de Advanced Threat Protection del servidor.

Devoluciones

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Obtiene el estado advanced Threat Protection de un servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serverName

string

Nombre del servidor.

advancedThreatProtectionName

string

Nombre del estado Advanced Threat Protection.

Devoluciones

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Obtenga una lista de los estados de Advanced Threat Protection del servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serverName

string

Nombre del servidor.

Devoluciones