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

Modifier Constructor Description
protected 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.

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

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:

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.

workspace

public ConnectedWorkspace workspace()

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

Returns:

the workspace value.

Applies to