AdvancedThreatProtectionSettingInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. AdvancedThreatProtectionSettingInner
- com.
- com.
public final class AdvancedThreatProtectionSettingInner
extends ProxyResource
The Advanced Threat Protection resource.
Constructor Summary
| Constructor | Description |
|---|---|
| AdvancedThreatProtectionSettingInner() |
Creates an instance of Advanced |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Advanced |
fromJson(JsonReader jsonReader)
Reads an instance of Advanced |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Boolean |
isEnabled()
Get the is |
| String |
name()
Get the name property: The name of the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Advanced |
withIsEnabled(Boolean isEnabled)
Set the is |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
AdvancedThreatProtectionSettingInner
public AdvancedThreatProtectionSettingInner()
Creates an instance of AdvancedThreatProtectionSettingInner class.
Method Details
fromJson
public static AdvancedThreatProtectionSettingInner fromJson(JsonReader jsonReader)
Reads an instance of AdvancedThreatProtectionSettingInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AdvancedThreatProtectionSettingInner.id()Returns:
isEnabled
public Boolean isEnabled()
Get the isEnabled property: Indicates whether Advanced Threat Protection is enabled.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AdvancedThreatProtectionSettingInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AdvancedThreatProtectionSettingInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AdvancedThreatProtectionSettingInner.type()Returns:
validate
public void validate()
Validates the instance.
withIsEnabled
public AdvancedThreatProtectionSettingInner withIsEnabled(Boolean isEnabled)
Set the isEnabled property: Indicates whether Advanced Threat Protection is enabled.
Parameters:
Returns: