AdvancedThreatProtections Interface

public interface AdvancedThreatProtections

Resource collection API of AdvancedThreatProtections.

Method Summary

Modifier and Type Method and Description
abstract Blank define()

Begins definition for a new AdvancedThreatProtectionSetting resource.

abstract AdvancedThreatProtectionSetting get(String resourceId)

Gets the Advanced Threat Protection settings for the specified resource.

abstract AdvancedThreatProtectionSetting getById(String id)

Gets the Advanced Threat Protection settings for the specified resource.

abstract Response<AdvancedThreatProtectionSetting> getByIdWithResponse(String id, Context context)

Gets the Advanced Threat Protection settings for the specified resource.

abstract Response<AdvancedThreatProtectionSetting> getWithResponse(String resourceId, Context context)

Gets the Advanced Threat Protection settings for the specified resource.

Method Details

define

public abstract AdvancedThreatProtectionSetting.DefinitionStages.Blank define()

Begins definition for a new AdvancedThreatProtectionSetting resource.

Returns:

the first stage of the new AdvancedThreatProtectionSetting definition.

get

public abstract AdvancedThreatProtectionSetting get(String resourceId)

Gets the Advanced Threat Protection settings for the specified resource.

Parameters:

resourceId - The fully qualified Azure Resource manager identifier of the resource.

Returns:

the Advanced Threat Protection settings for the specified resource.

getById

public abstract AdvancedThreatProtectionSetting getById(String id)

Gets the Advanced Threat Protection settings for the specified resource.

Parameters:

id - the resource ID.

Returns:

the Advanced Threat Protection settings for the specified resource along with Response<T>.

getByIdWithResponse

public abstract Response<AdvancedThreatProtectionSetting> getByIdWithResponse(String id, Context context)

Gets the Advanced Threat Protection settings for the specified resource.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

the Advanced Threat Protection settings for the specified resource along with Response<T>.

getWithResponse

public abstract Response<AdvancedThreatProtectionSetting> getWithResponse(String resourceId, Context context)

Gets the Advanced Threat Protection settings for the specified resource.

Parameters:

resourceId - The fully qualified Azure Resource manager identifier of the resource.
context - The context to associate with this operation.

Returns:

the Advanced Threat Protection settings for the specified resource along with Response<T>.

Applies to