Condividi tramite


ServerAdvancedThreatProtectionSettings interface

Interfaccia che rappresenta un 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 di Advanced Threat Protection di un server.

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Ottenere un elenco degli stati 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 contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

serverName

string

Nome del server.

advancedThreatProtectionName

string

Nome dello stato 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 contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

serverName

string

Nome del server.

advancedThreatProtectionName

string

Nome dello stato Advanced Threat Protection.

parameters
ServerAdvancedThreatProtection

Stato di Advanced Threat Protection del server.

Restituisce

get(string, string, string, ServerAdvancedThreatProtectionSettingsGetOptionalParams)

Ottenere lo stato di 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 contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

serverName

string

Nome del server.

advancedThreatProtectionName

string

Nome dello stato Advanced Threat Protection.

Restituisce

listByServer(string, string, ServerAdvancedThreatProtectionSettingsListByServerOptionalParams)

Ottenere un elenco degli stati 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 contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

serverName

string

Nome del server.

Restituisce