Share via


FrontDoorUsageResourceName Class

Definition

The usage names.

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

Properties

LocalizedValue

A localized string describing the resource name.

Value

A string describing the resource name.

Explicit Interface Implementations

IJsonModel<FrontDoorUsageResourceName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorUsageResourceName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorUsageResourceName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorUsageResourceName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorUsageResourceName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to