PricingList Interface
public interface PricingList
An immutable client-side representation of PricingList.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Pricing |
innerModel()
Gets the inner com. |
| 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:
value
public abstract List<Pricing> value()
Gets the value property: List of pricing configurations.
Returns: