Share via


IAdvancedThreatProtectionOperations Interface

Definition

AdvancedThreatProtectionOperations operations.

public interface IAdvancedThreatProtectionOperations
type IAdvancedThreatProtectionOperations = interface
Public Interface IAdvancedThreatProtectionOperations

Methods

CreateWithHttpMessagesAsync(String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the Advanced Threat Protection settings on a specified resource.

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

Gets the Advanced Threat Protection settings for the specified resource.

Extension Methods

Create(IAdvancedThreatProtectionOperations, String, Nullable<Boolean>)

Creates or updates the Advanced Threat Protection settings on a specified resource.

CreateAsync(IAdvancedThreatProtectionOperations, String, Nullable<Boolean>, CancellationToken)

Creates or updates the Advanced Threat Protection settings on a specified resource.

Get(IAdvancedThreatProtectionOperations, String)

Gets the Advanced Threat Protection settings for the specified resource.

GetAsync(IAdvancedThreatProtectionOperations, String, CancellationToken)

Gets the Advanced Threat Protection settings for the specified resource.

Applies to