SignalRUsageName Class

Definition

Localizable String object containing the name and a localized value.

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

Properties

LocalizedValue

Localized name of the usage.

Value

The identifier of the usage.

Explicit Interface Implementations

IJsonModel<SignalRUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SignalRUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SignalRUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to