你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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