Condividi tramite


ManagedClusterIngressProfileWebAppRouting Class

Definition

Application Routing add-on settings for the ingress profile.

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

Constructors

Name Description
ManagedClusterIngressProfileWebAppRouting()

Initializes a new instance of ManagedClusterIngressProfileWebAppRouting.

Properties

Name Description
DefaultDomain

Configuration for the Default Domain. This is a unique, autogenerated domain that comes with a signed TLS Certificate allowing for secure HTTPS. See the Default Domain documentation for more instructions.

DnsZoneResourceIds

Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group.

GatewayAPIImplementationsIstioMode

Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.

Identity

Managed identity of the Application Routing add-on. This is the identity that should be granted permissions, for example, to manage the associated Azure DNS resource and get certificates from Azure Key Vault. See this overview of the add-on for more instructions.

IsEnabled

Whether to enable the Application Routing add-on.

NginxDefaultIngressControllerType

Ingress type for the default NginxIngressController custom resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ManagedClusterIngressProfileWebAppRouting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterIngressProfileWebAppRouting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterIngressProfileWebAppRouting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterIngressProfileWebAppRouting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterIngressProfileWebAppRouting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to