DevCenterCatalog Class

Definition

A catalog.

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

Properties

Name

Name of the catalog.

Explicit Interface Implementations

IJsonModel<DevCenterCatalog>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterCatalog>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterCatalog>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterCatalog>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterCatalog>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to