PricingList Interface

public interface PricingList

An immutable client-side representation of PricingList.

Method Summary

Modifier and Type Method and Description
abstract PricingListInner innerModel()

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

abstract List<Pricing> value()

Gets the value property: List of pricing configurations.

Method Details

innerModel

public abstract PricingListInner innerModel()

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

Returns:

the inner object.

value

public abstract List value()

Gets the value property: List of pricing configurations.

Returns:

the value value.

Applies to