Share via


NetAppUsageName Class

Definition

The name of the usage.

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

Properties

LocalizedValue

The localized name of the usage.

Value

The name of the usage.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetAppUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to