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
| Constructor | Description |
|---|---|
| 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. |
|
External |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
External |
withDeviceType(String deviceType)
Set the device |
|
External |
withDeviceVendor(String deviceVendor)
Set the device |
|
External |
withWorkspace(ConnectedWorkspace workspace)
Set the workspace property: Represents an OMS workspace to which the solution is connected. |
|
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
public 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.
withAdditionalProperties
public ExternalSecuritySolutionProperties withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The solution properties (correspond to the solution kind).
Parameters:
Returns:
withDeviceType
public ExternalSecuritySolutionProperties withDeviceType(String deviceType)
Set the deviceType property: The deviceType property.
Parameters:
Returns:
withDeviceVendor
public ExternalSecuritySolutionProperties withDeviceVendor(String deviceVendor)
Set the deviceVendor property: The deviceVendor property.
Parameters:
Returns:
withWorkspace
public ExternalSecuritySolutionProperties withWorkspace(ConnectedWorkspace workspace)
Set the workspace property: Represents an OMS workspace to which the solution is connected.
Parameters:
Returns:
workspace
public ConnectedWorkspace workspace()
Get the workspace property: Represents an OMS workspace to which the solution is connected.
Returns: