AllowedUpgradePlansResult Interface

public interface AllowedUpgradePlansResult

An immutable client-side representation of AllowedUpgradePlansResult.

Method Summary

Modifier and Type Method and Description
abstract AllowedUpgradePlansResultInner innerModel()

Gets the inner com.azure.resourcemanager.managedapplications.fluent.models.AllowedUpgradePlansResultInner object.

abstract List<Plan> value()

Gets the value property: The array of plans.

Method Details

innerModel

public abstract AllowedUpgradePlansResultInner innerModel()

Gets the inner com.azure.resourcemanager.managedapplications.fluent.models.AllowedUpgradePlansResultInner object.

Returns:

the inner object.

value

public abstract List value()

Gets the value property: The array of plans.

Returns:

the value value.

Applies to