InstancePoolUsageName Class

Definition

ARM Usage Name.

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

Properties

LocalizedValue

Usage name localized value.

Value

Usage name value.

Explicit Interface Implementations

IJsonModel<InstancePoolUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InstancePoolUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InstancePoolUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InstancePoolUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InstancePoolUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to