Compartilhar via


ComputeUsageName Class

Definition

The Usage Names.

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

Properties

LocalizedValue

The localized name of the resource.

Value

The name of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ComputeUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to