IoTSecuritySolutionsList Class

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

public final class IoTSecuritySolutionsList

List of IoT Security solutions.

Constructor Summary

Constructor Description
IoTSecuritySolutionsList()

Creates an instance of IoTSecuritySolutionsList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<IoTSecuritySolutionModelInner> value()

Get the value property: List of IoT Security solutions.

IoTSecuritySolutionsList withValue(List<IoTSecuritySolutionModelInner> value)

Set the value property: List of IoT Security solutions.

Methods inherited from java.lang.Object

Constructor Details

IoTSecuritySolutionsList

public IoTSecuritySolutionsList()

Creates an instance of IoTSecuritySolutionsList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of IoT Security solutions.

Returns:

the value value.

withValue

public IoTSecuritySolutionsList withValue(List value)

Set the value property: List of IoT Security solutions.

Parameters:

value - the value value to set.

Returns:

the IoTSecuritySolutionsList object itself.

Applies to