ExternalSecuritySolutionProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.ExternalSecuritySolutionProperties

Implements

public class ExternalSecuritySolutionProperties
implements JsonSerializable<ExternalSecuritySolutionProperties>

The solution properties (correspond to the solution kind).

Constructor Summary

Constructor Description
ExternalSecuritySolutionProperties()

Creates an instance of ExternalSecuritySolutionProperties class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: The solution properties (correspond to the solution kind).

String deviceType()

Get the deviceType property: The deviceType property.

String deviceVendor()

Get the deviceVendor property: The deviceVendor property.

static ExternalSecuritySolutionProperties fromJson(JsonReader jsonReader)

Reads an instance of ExternalSecuritySolutionProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ExternalSecuritySolutionProperties withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: The solution properties (correspond to the solution kind).

ExternalSecuritySolutionProperties withDeviceType(String deviceType)

Set the deviceType property: The deviceType property.

ExternalSecuritySolutionProperties withDeviceVendor(String deviceVendor)

Set the deviceVendor property: The deviceVendor property.

ExternalSecuritySolutionProperties withWorkspace(ConnectedWorkspace workspace)

Set the workspace property: Represents an OMS workspace to which the solution is connected.

ConnectedWorkspace 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:

the additionalProperties value.

deviceType

public String deviceType()

Get the deviceType property: The deviceType property.

Returns:

the deviceType value.

deviceVendor

public String deviceVendor()

Get the deviceVendor property: The deviceVendor property.

Returns:

the deviceVendor value.

fromJson

public static ExternalSecuritySolutionProperties fromJson(JsonReader jsonReader)

Reads an instance of ExternalSecuritySolutionProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExternalSecuritySolutionProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ExternalSecuritySolutionProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

additionalProperties - the additionalProperties value to set.

Returns:

the ExternalSecuritySolutionProperties object itself.

withDeviceType

public ExternalSecuritySolutionProperties withDeviceType(String deviceType)

Set the deviceType property: The deviceType property.

Parameters:

deviceType - the deviceType value to set.

Returns:

the ExternalSecuritySolutionProperties object itself.

withDeviceVendor

public ExternalSecuritySolutionProperties withDeviceVendor(String deviceVendor)

Set the deviceVendor property: The deviceVendor property.

Parameters:

deviceVendor - the deviceVendor value to set.

Returns:

the ExternalSecuritySolutionProperties object itself.

withWorkspace

public ExternalSecuritySolutionProperties withWorkspace(ConnectedWorkspace workspace)

Set the workspace property: Represents an OMS workspace to which the solution is connected.

Parameters:

workspace - the workspace value to set.

Returns:

the ExternalSecuritySolutionProperties object itself.

workspace

public ConnectedWorkspace workspace()

Get the workspace property: Represents an OMS workspace to which the solution is connected.

Returns:

the workspace value.

Applies to