DevOpsResourceQuotaName Class

Definition

The Quota Names.

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

Properties

LocalizedValue

The localized name of the resource.

Value

The name of the resource.

Explicit Interface Implementations

IJsonModel<DevOpsResourceQuotaName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsResourceQuotaName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsResourceQuotaName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsResourceQuotaName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsResourceQuotaName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to