SecuritySolutionsReferenceDataList Interface

public interface SecuritySolutionsReferenceDataList

An immutable client-side representation of SecuritySolutionsReferenceDataList.

Method Summary

Modifier and Type Method and Description
abstract SecuritySolutionsReferenceDataListInner innerModel()

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

abstract List<SecuritySolutionsReferenceData> value()

Gets the value property: The value property.

Method Details

innerModel

public abstract SecuritySolutionsReferenceDataListInner innerModel()

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

Returns:

the inner object.

value

public abstract List value()

Gets the value property: The value property.

Returns:

the value value.

Applies to