ChargesListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.consumption.fluent.models.ChargesListResultInner

public final class ChargesListResultInner

Result of listing charge summary.

Constructor Summary

Constructor Description
ChargesListResultInner()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<ChargeSummary> value()

Get the value property: The list of charge summary.

Methods inherited from java.lang.Object

Constructor Details

ChargesListResultInner

public ChargesListResultInner()

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of charge summary.

Returns:

the value value.

Applies to