Condividi tramite


ServerAdvancedThreatProtectionSettings interface

Interfaccia che rappresenta un oggetto ServerAdvancedThreatProtectionSettings.

Metodi

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

Crea o aggiorna uno stato di Advanced Threat Protection.

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

Crea o aggiorna uno stato di Advanced Threat Protection.

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Ottenere lo stato Advanced Threat Protection di un server.

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Ottenere un elenco degli stati di Advanced Threat Protection del server.

Dettagli metodo

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

Crea o aggiorna uno stato di Advanced Threat Protection.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

serverName

string

Nome del server.

advancedThreatProtectionName

string

Nome dello stato di Advanced Threat Protection.

parameters
ServerAdvancedThreatProtection

Stato di Advanced Threat Protection del server.

Restituisce

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

Crea o aggiorna uno stato di Advanced Threat Protection.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

serverName

string

Nome del server.

advancedThreatProtectionName

string

Nome dello stato di Advanced Threat Protection.

parameters
ServerAdvancedThreatProtection

Stato di Advanced Threat Protection del server.

Restituisce

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Ottenere lo stato Advanced Threat Protection di un server.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

serverName

string

Nome del server.

advancedThreatProtectionName

string

Nome dello stato di Advanced Threat Protection.

Restituisce

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Ottenere un elenco degli stati di Advanced Threat Protection del server.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

serverName

string

Nome del server.

Restituisce