ExternalSecuritySolutionProperties Class

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

public class 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.

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 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.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public ExternalSecuritySolutionProperties withAdditionalProperties(Map 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