Interface PricingList


public interface PricingList
An immutable client-side representation of PricingList.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.security.fluent.models.PricingListInner object.
    Gets the value property: List of pricing configurations.
  • Method Details

    • value

      List<Pricing> value()
      Gets the value property: List of pricing configurations.
      Returns:
      the value value.
    • innerModel

      PricingListInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.PricingListInner object.
      Returns:
      the inner object.