FrontDoorUsage Class

Definition

Describes resource 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.

Id

Resource identifier.

Limit

The limit of usage.

Name

The name of the type of usage.

Unit

An enum describing the unit of measurement.

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