Share via


ApiCenterApiVersionProperties Class

Definition

API version properties entity.

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

Constructors

ApiCenterApiVersionProperties(String, ApiLifecycleStage)

Initializes a new instance of ApiCenterApiVersionProperties.

Properties

LifecycleStage

Current lifecycle stage of the API.

Title

API version title.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApiCenterApiVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiCenterApiVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiCenterApiVersionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiCenterApiVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiCenterApiVersionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to