NetworkUsageName Class

Definition

The usage names.

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

Properties

LocalizedValue

A localized string describing the resource name.

Value

A string describing the resource name.

Explicit Interface Implementations

IJsonModel<NetworkUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to