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 Advanced |
|
abstract
Advanced |
get(String resourceId)
Gets the Advanced Threat Protection settings for the specified resource. |
|
abstract
Advanced |
getById(String id)
Gets the Advanced Threat Protection settings for the specified resource. |
|
abstract
Response<Advanced |
getByIdWithResponse(String id, Context context)
Gets the Advanced Threat Protection settings for the specified resource. |
|
abstract
Response<Advanced |
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:
get
public abstract AdvancedThreatProtectionSetting get(String resourceId)
Gets the Advanced Threat Protection settings for the specified resource.
Parameters:
Returns:
getById
public abstract AdvancedThreatProtectionSetting getById(String id)
Gets the Advanced Threat Protection settings for the specified resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<AdvancedThreatProtectionSetting> getByIdWithResponse(String id, Context context)
Gets the Advanced Threat Protection settings for the specified resource.
Parameters:
Returns:
getWithResponse
public abstract Response<AdvancedThreatProtectionSetting> getWithResponse(String resourceId, Context context)
Gets the Advanced Threat Protection settings for the specified resource.
Parameters:
Returns: