AlertSimulatorRequestProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AlertSimulatorRequestProperties
- com.
Implements
public class AlertSimulatorRequestProperties
implements JsonSerializable<AlertSimulatorRequestProperties>
Describes properties of an alert simulation request.
Constructor Summary
| Constructor | Description |
|---|---|
| AlertSimulatorRequestProperties() |
Creates an instance of Alert |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Alert |
fromJson(JsonReader jsonReader)
Reads an instance of Alert |
| Kind |
kind()
Get the kind property: The kind of alert simulation. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Alert |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Methods inherited from java.lang.Object
Constructor Details
AlertSimulatorRequestProperties
public AlertSimulatorRequestProperties()
Creates an instance of AlertSimulatorRequestProperties class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Describes properties of an alert simulation request.
Returns:
fromJson
public static AlertSimulatorRequestProperties fromJson(JsonReader jsonReader)
Reads an instance of AlertSimulatorRequestProperties from the JsonReader.
Parameters:
Returns:
Throws:
kind
public Kind kind()
Get the kind property: The kind of alert simulation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public AlertSimulatorRequestProperties withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Describes properties of an alert simulation request.
Parameters:
Returns: