Share via


AppIngressSettings Class

Definition

App ingress settings payload.

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

Constructors

AppIngressSettings()

Initializes a new instance of AppIngressSettings.

Properties

BackendProtocol

How ingress should communicate with this app backend service.

ClientAuthCertificates

Collection of certificate resource id.

ReadTimeoutInSeconds

Ingress read time out in seconds.

SendTimeoutInSeconds

Ingress send time out in seconds.

SessionAffinity

Type of the affinity, set this to Cookie to enable session affinity.

SessionCookieMaxAge

Time in seconds until the cookie expires.

Explicit Interface Implementations

IJsonModel<AppIngressSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppIngressSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppIngressSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppIngressSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppIngressSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to