ManagedClusterIngressProfileWebAppRouting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application Routing add-on settings for the ingress profile. Serialized Name: ManagedClusterIngressProfileWebAppRouting
public class ManagedClusterIngressProfileWebAppRouting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting>
public class ManagedClusterIngressProfileWebAppRouting
type ManagedClusterIngressProfileWebAppRouting = class
interface IJsonModel<ManagedClusterIngressProfileWebAppRouting>
interface IPersistableModel<ManagedClusterIngressProfileWebAppRouting>
type ManagedClusterIngressProfileWebAppRouting = class
Public Class ManagedClusterIngressProfileWebAppRouting
Implements IJsonModel(Of ManagedClusterIngressProfileWebAppRouting), IPersistableModel(Of ManagedClusterIngressProfileWebAppRouting)
Public Class ManagedClusterIngressProfileWebAppRouting
- Inheritance
-
ManagedClusterIngressProfileWebAppRouting
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterIngressProfileWebAppRouting() |
Initializes a new instance of ManagedClusterIngressProfileWebAppRouting. |
Properties
| Name | Description |
|---|---|
| DnsZoneResourceId |
Resource ID of the DNS Zone to be associated with the web app. Used only when Web App Routing is enabled. |
| 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. Serialized Name: ManagedClusterIngressProfileWebAppRouting.dnsZoneResourceIds |
| 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. Serialized Name: ManagedClusterIngressProfileWebAppRouting.identity |
| IsEnabled |
Whether to enable the Application Routing add-on. Serialized Name: ManagedClusterIngressProfileWebAppRouting.enabled |
| NginxDefaultIngressControllerType |
Ingress type for the default NginxIngressController custom resource Serialized Name: ManagedClusterIngressProfileNginx.defaultIngressControllerType |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, 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. |