IoTSecuritySolutionAnalyticsModelList Interface

public interface IoTSecuritySolutionAnalyticsModelList

An immutable client-side representation of IoTSecuritySolutionAnalyticsModelList.

Method Summary

Modifier and Type Method and Description
abstract IoTSecuritySolutionAnalyticsModelListInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.IoTSecuritySolutionAnalyticsModelListInner object.

abstract String nextLink()

Gets the nextLink property: When there is too much alert data for one page, use this URI to fetch the next page.

abstract List<IoTSecuritySolutionAnalyticsModel> value()

Gets the value property: List of Security analytics of your IoT Security solution.

Method Details

innerModel

public abstract IoTSecuritySolutionAnalyticsModelListInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.IoTSecuritySolutionAnalyticsModelListInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: When there is too much alert data for one page, use this URI to fetch the next page.

Returns:

the nextLink value.

value

public abstract List value()

Gets the value property: List of Security analytics of your IoT Security solution.

Returns:

the value value.

Applies to