SolutionPropertiesList Interface

public interface SolutionPropertiesList

An immutable client-side representation of SolutionPropertiesList.

Method Summary

Modifier and Type Method and Description
abstract SolutionPropertiesListInner innerModel()

Gets the inner com.azure.resourcemanager.operationsmanagement.fluent.models.SolutionPropertiesListInner object.

abstract List<Solution> value()

Gets the value property: List of solution properties within the subscription.

Method Details

innerModel

public abstract SolutionPropertiesListInner innerModel()

Gets the inner com.azure.resourcemanager.operationsmanagement.fluent.models.SolutionPropertiesListInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: List of solution properties within the subscription.

Returns:

the value value.

Applies to