Поделиться через


DefaultEndpointSettings Class

Definition

Default Endpoint Settings for the project.

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

Constructors

DefaultEndpointSettings(Single, Single)

Initializes a new instance of DefaultEndpointSettings.

Properties

AutoscalingLimitMaxCu

Maximum compute units for autoscaling.

AutoscalingLimitMinCu

Minimum compute units for autoscaling.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DefaultEndpointSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DefaultEndpointSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DefaultEndpointSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefaultEndpointSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DefaultEndpointSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to