ServerAdvancedThreatProtectionSettings interface
Interfaccia che rappresenta un serverAdvancedThreatProtectionSettings.
Metodi
begin |
Crea o aggiorna uno stato di Advanced Threat Protection. |
begin |
Crea o aggiorna uno stato di Advanced Threat Protection. |
get(string, string, string, Server |
Ottenere lo stato di Advanced Threat Protection di un server. |
list |
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.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerAdvancedThreatProtection>, ServerAdvancedThreatProtection>>
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.
Parametri delle opzioni.
Restituisce
Promise<ServerAdvancedThreatProtection>
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.
Parametri delle opzioni.
Restituisce
Promise<ServerAdvancedThreatProtection>
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.
Parametri delle opzioni.