Share via


FrontDoorUsage Class

Definition

Describes resource usage. Serialized Name: Usage

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

Properties

CurrentValue

The current value of the usage. Serialized Name: Usage.currentValue

Id

Resource identifier. Serialized Name: Usage.id

Limit

The limit of usage. Serialized Name: Usage.limit

Name

The name of the type of usage. Serialized Name: Usage.name

Unit

An enum describing the unit of measurement. Serialized Name: Usage.unit

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FrontDoorUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorUsage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorUsage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorUsage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to