IManagedClusterIngressProfile Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileTypeConverter))]
public interface IManagedClusterIngressProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterIngressProfileTypeConverter))>]
type IManagedClusterIngressProfile = interface
interface IJsonSerializable
Public Interface IManagedClusterIngressProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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 |
| WebAppRoutingDnsZoneResourceId |
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. |
| WebAppRoutingEnabled |
Whether to enable the Application Routing add-on. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |