Share via


BillingCheckAccessContent Class

Definition

Request to check access.

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

Constructors

BillingCheckAccessContent()

Initializes a new instance of BillingCheckAccessContent.

Properties

Actions

List of actions passed in the request body against which the permissions will be checked.

Explicit Interface Implementations

IJsonModel<BillingCheckAccessContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BillingCheckAccessContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingCheckAccessContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingCheckAccessContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BillingCheckAccessContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to