Share via


ApiCenterEnvironmentServer Class

Definition

Server information of the environment.

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

Constructors

ApiCenterEnvironmentServer()

Initializes a new instance of ApiCenterEnvironmentServer.

Properties

EnvironmentServerType

Type of the server that represents the environment.

ManagementPortalUri

The ___location of the management portal.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApiCenterEnvironmentServer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiCenterEnvironmentServer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiCenterEnvironmentServer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiCenterEnvironmentServer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiCenterEnvironmentServer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to