Share via


BillingRoleAssignmentListResult Class

Definition

A container for a list of resources.

public class BillingRoleAssignmentListResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingRoleAssignmentListResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingRoleAssignmentListResult>
type BillingRoleAssignmentListResult = class
    interface IJsonModel<BillingRoleAssignmentListResult>
    interface IPersistableModel<BillingRoleAssignmentListResult>
Public Class BillingRoleAssignmentListResult
Implements IJsonModel(Of BillingRoleAssignmentListResult), IPersistableModel(Of BillingRoleAssignmentListResult)
Inheritance
BillingRoleAssignmentListResult
Implements

Properties

NextLink

The link (url) to the next page of results.

Value

The list of resources.

Explicit Interface Implementations

IJsonModel<BillingRoleAssignmentListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BillingRoleAssignmentListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingRoleAssignmentListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingRoleAssignmentListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BillingRoleAssignmentListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to