Share via


DevCenterCapability Class

Definition

A name/value pair to describe a capability.

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

Properties

Name

Name of the capability.

Value

Value of the capability.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevCenterCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to