ExternalSecuritySolutionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ExternalSecuritySolutionProperties
- com.
Implements
public class ExternalSecuritySolutionProperties
implements JsonSerializable<ExternalSecuritySolutionProperties>
The solution properties (correspond to the solution kind).
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | ExternalSecuritySolutionProperties() |
Creates an instance of External |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
deviceType()
Get the device |
| String |
deviceVendor()
Get the device |
|
static
External |
fromJson(JsonReader jsonReader)
Reads an instance of External |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Connected |
workspace()
Get the workspace property: Represents an OMS workspace to which the solution is connected. |
Methods inherited from java.lang.Object
Constructor Details
ExternalSecuritySolutionProperties
protected ExternalSecuritySolutionProperties()
Creates an instance of ExternalSecuritySolutionProperties class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: The solution properties (correspond to the solution kind).
Returns:
deviceType
public String deviceType()
Get the deviceType property: The deviceType property.
Returns:
deviceVendor
public String deviceVendor()
Get the deviceVendor property: The deviceVendor property.
Returns:
fromJson
public static ExternalSecuritySolutionProperties fromJson(JsonReader jsonReader)
Reads an instance of ExternalSecuritySolutionProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
workspace
public ConnectedWorkspace workspace()
Get the workspace property: Represents an OMS workspace to which the solution is connected.
Returns: