BillingRoleAssignmentListResult Class

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

public final class BillingRoleAssignmentListResult

The list of role assignments.

Constructor Summary

Constructor Description
BillingRoleAssignmentListResult()

Creates an instance of BillingRoleAssignmentListResult 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<BillingRoleAssignmentInner> value()

Get the value property: The list of role assignments.

Methods inherited from java.lang.Object

Constructor Details

BillingRoleAssignmentListResult

public BillingRoleAssignmentListResult()

Creates an instance of BillingRoleAssignmentListResult 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 role assignments.

Returns:

the value value.

Applies to

Azure SDK for Java

Preview