IServerAdvancedThreatProtectionSettingsOperations Interface

Definition

ServerAdvancedThreatProtectionSettingsOperations operations.

public interface IServerAdvancedThreatProtectionSettingsOperations
type IServerAdvancedThreatProtectionSettingsOperations = interface
Public Interface IServerAdvancedThreatProtectionSettingsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ServerAdvancedThreatProtection, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an Advanced Threat Protection state.

CreateOrUpdateWithHttpMessagesAsync(String, String, ServerAdvancedThreatProtection, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an Advanced Threat Protection state.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get a server's Advanced Threat Protection state.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of the server's Advanced Threat Protection states.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get a list of the server's Advanced Threat Protection states.

Extension Methods

BeginCreateOrUpdate(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection)

Creates or updates an Advanced Threat Protection state.

BeginCreateOrUpdateAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection, CancellationToken)

Creates or updates an Advanced Threat Protection state.

CreateOrUpdate(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection)

Creates or updates an Advanced Threat Protection state.

CreateOrUpdateAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, ServerAdvancedThreatProtection, CancellationToken)

Creates or updates an Advanced Threat Protection state.

Get(IServerAdvancedThreatProtectionSettingsOperations, String, String)

Get a server's Advanced Threat Protection state.

GetAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, CancellationToken)

Get a server's Advanced Threat Protection state.

ListByServer(IServerAdvancedThreatProtectionSettingsOperations, String, String)

Get a list of the server's Advanced Threat Protection states.

ListByServerAsync(IServerAdvancedThreatProtectionSettingsOperations, String, String, CancellationToken)

Get a list of the server's Advanced Threat Protection states.

ListByServerNext(IServerAdvancedThreatProtectionSettingsOperations, String)

Get a list of the server's Advanced Threat Protection states.

ListByServerNextAsync(IServerAdvancedThreatProtectionSettingsOperations, String, CancellationToken)

Get a list of the server's Advanced Threat Protection states.

Applies to