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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileWebAppRoutingTypeConverter))]
public class ManagedClusterIngressProfileWebAppRouting : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIngressProfileWebAppRouting
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileWebAppRoutingTypeConverter))>]
type ManagedClusterIngressProfileWebAppRouting = class
interface IManagedClusterIngressProfileWebAppRouting
interface IJsonSerializable
Public Class ManagedClusterIngressProfileWebAppRouting
Implements IManagedClusterIngressProfileWebAppRouting
- Inheritance
-
ManagedClusterIngressProfileWebAppRouting
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterIngressProfileWebAppRouting() |
Creates an new ManagedClusterIngressProfileWebAppRouting instance. |
Properties
| Name | Description |
|---|---|
| DnsZoneResourceId |
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. |
| Enabled |
Whether to enable the Application Routing add-on. |
| IdentityClientId |
The client ID of the user assigned identity. |
| IdentityObjectId |
The object ID of the user assigned identity. |
| IdentityResourceId |
The resource ID of the user assigned identity. |
| NginxDefaultIngressControllerType |
Ingress type for the default NginxIngressController custom resource |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterIngressProfileWebAppRouting. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterIngressProfileWebAppRouting. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterIngressProfileWebAppRouting. |
| FromJsonString(String) |
Creates a new instance of ManagedClusterIngressProfileWebAppRouting, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterIngressProfileWebAppRouting into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |