BillingAccountListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.billing.models.BillingAccountListResult

public final class BillingAccountListResult

The list of billing accounts.

Constructor Summary

Constructor Description
BillingAccountListResult()

Creates an instance of BillingAccountListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The link (url) to the next page of results.

void validate()

Validates the instance.

List<BillingAccountInner> value()

Get the value property: The list of billing accounts.

Methods inherited from java.lang.Object

Constructor Details

BillingAccountListResult

public BillingAccountListResult()

Creates an instance of BillingAccountListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The link (url) to the next page of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of billing accounts.

Returns:

the value value.

Applies to

Azure SDK for Java

Preview