Partager via


ServerAdvancedThreatProtectionSettings interface

Interface représentant un ServerAdvancedThreatProtectionSettings.

Méthodes

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

Crée ou met à jour un état Advanced Threat Protection.

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

Crée ou met à jour un état Advanced Threat Protection.

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Obtenir l’état De protection avancée contre les menaces d’un serveur.

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Obtenez la liste des états de protection avancée contre les menaces du serveur.

Détails de la méthode

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

Crée ou met à jour un état Advanced Threat Protection.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

advancedThreatProtectionName

string

Nom de l’état Protection avancée contre les menaces.

parameters
ServerAdvancedThreatProtection

État de la protection avancée contre les menaces du serveur.

Retours

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

Crée ou met à jour un état Advanced Threat Protection.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

advancedThreatProtectionName

string

Nom de l’état Protection avancée contre les menaces.

parameters
ServerAdvancedThreatProtection

État de la protection avancée contre les menaces du serveur.

Retours

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Obtenir l’état De protection avancée contre les menaces d’un serveur.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

advancedThreatProtectionName

string

Nom de l’état Protection avancée contre les menaces.

Retours

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Obtenez la liste des états de protection avancée contre les menaces du serveur.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

Retours