AdvancedThreatProtectionsClient Interface
public interface AdvancedThreatProtectionsClient
An instance of this class provides access to all the operations defined in AdvancedThreatProtectionsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Advanced |
create(String resourceId, AdvancedThreatProtectionSettingInner advancedThreatProtectionSetting)
Creates or updates the Advanced Threat Protection settings on a specified resource. |
|
abstract
Response<Advanced |
createWithResponse(String resourceId, AdvancedThreatProtectionSettingInner advancedThreatProtectionSetting, Context context)
Creates or updates the Advanced Threat Protection settings on a specified resource. |
|
abstract
Advanced |
get(String resourceId)
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
create
public abstract AdvancedThreatProtectionSettingInner create(String resourceId, AdvancedThreatProtectionSettingInner advancedThreatProtectionSetting)
Creates or updates the Advanced Threat Protection settings on a specified resource.
Parameters:
Returns:
createWithResponse
public abstract Response<AdvancedThreatProtectionSettingInner> createWithResponse(String resourceId, AdvancedThreatProtectionSettingInner advancedThreatProtectionSetting, Context context)
Creates or updates the Advanced Threat Protection settings on a specified resource.
Parameters:
Returns:
get
public abstract AdvancedThreatProtectionSettingInner get(String resourceId)
Gets the Advanced Threat Protection settings for the specified resource.
Parameters:
Returns:
getWithResponse
public abstract Response<AdvancedThreatProtectionSettingInner> getWithResponse(String resourceId, Context context)
Gets the Advanced Threat Protection settings for the specified resource.
Parameters:
Returns: