PricingListInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.PricingListInner

public final class PricingListInner

List of pricing configurations response.

Constructor Summary

Constructor Description
PricingListInner()

Creates an instance of PricingListInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<PricingInner> value()

Get the value property: List of pricing configurations.

PricingListInner withValue(List<PricingInner> value)

Set the value property: List of pricing configurations.

Methods inherited from java.lang.Object

Constructor Details

PricingListInner

public PricingListInner()

Creates an instance of PricingListInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of pricing configurations.

Returns:

the value value.

withValue

public PricingListInner withValue(List value)

Set the value property: List of pricing configurations.

Parameters:

value - the value value to set.

Returns:

the PricingListInner object itself.

Applies to