ArmContainerServiceModelFactory.ManagedClusterIngressProfileWebAppRouting Method
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.
Overloads
ManagedClusterIngressProfileWebAppRouting(Nullable<Boolean>, Nullable<GatewayApiIstioMode>, IEnumerable<ResourceIdentifier>, Nullable<NginxIngressControllerType>, ContainerServiceUserAssignedIdentity)
Initializes a new instance of ManagedClusterIngressProfileWebAppRouting.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting ManagedClusterIngressProfileWebAppRouting(bool? isEnabled = default, Azure.ResourceManager.ContainerService.Models.GatewayApiIstioMode? gatewayApiImplementationsIstioMode = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> dnsZoneResourceIds = default, Azure.ResourceManager.ContainerService.Models.NginxIngressControllerType? nginxDefaultIngressControllerType = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity identity = default);
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting ManagedClusterIngressProfileWebAppRouting(bool? isEnabled, Azure.ResourceManager.ContainerService.Models.GatewayApiIstioMode? gatewayApiImplementationsIstioMode, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> dnsZoneResourceIds, Azure.ResourceManager.ContainerService.Models.NginxIngressControllerType? nginxDefaultIngressControllerType, Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity identity);
static member ManagedClusterIngressProfileWebAppRouting : Nullable<bool> * Nullable<Azure.ResourceManager.ContainerService.Models.GatewayApiIstioMode> * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.ContainerService.Models.NginxIngressControllerType> * Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity -> Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting
Public Shared Function ManagedClusterIngressProfileWebAppRouting (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional gatewayApiImplementationsIstioMode As Nullable(Of GatewayApiIstioMode) = Nothing, Optional dnsZoneResourceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional nginxDefaultIngressControllerType As Nullable(Of NginxIngressControllerType) = Nothing, Optional identity As ContainerServiceUserAssignedIdentity = Nothing) As ManagedClusterIngressProfileWebAppRouting
Public Shared Function ManagedClusterIngressProfileWebAppRouting (isEnabled As Nullable(Of Boolean), gatewayApiImplementationsIstioMode As Nullable(Of GatewayApiIstioMode), dnsZoneResourceIds As IEnumerable(Of ResourceIdentifier), nginxDefaultIngressControllerType As Nullable(Of NginxIngressControllerType), identity As ContainerServiceUserAssignedIdentity) As ManagedClusterIngressProfileWebAppRouting
Parameters
- gatewayApiImplementationsIstioMode
- Nullable<GatewayApiIstioMode>
Istio mode for the Gateway API implementation.
- dnsZoneResourceIds
- IEnumerable<ResourceIdentifier>
Resource IDs of the DNS zones to be associated with the Web App Routing add-on.
- nginxDefaultIngressControllerType
- Nullable<NginxIngressControllerType>
Type of the default NginxIngressController custom resource.
- identity
- ContainerServiceUserAssignedIdentity
Managed identity of the Web Application Routing add-on.
Returns
A new ManagedClusterIngressProfileWebAppRouting instance for mocking.
Applies to
ManagedClusterIngressProfileWebAppRouting(Nullable<Boolean>, Nullable<GatewayApiIstioMode>, IEnumerable<ResourceIdentifier>, Nullable<NginxIngressControllerType>, ContainerServiceUserAssignedIdentity, ManagedClusterIngressDefaultDomainProfile)
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting ManagedClusterIngressProfileWebAppRouting(bool? isEnabled = default, Azure.ResourceManager.ContainerService.Models.GatewayApiIstioMode? gatewayApiImplementationsIstioMode = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> dnsZoneResourceIds = default, Azure.ResourceManager.ContainerService.Models.NginxIngressControllerType? nginxDefaultIngressControllerType = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity identity = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressDefaultDomainProfile defaultDomain = default);
static member ManagedClusterIngressProfileWebAppRouting : Nullable<bool> * Nullable<Azure.ResourceManager.ContainerService.Models.GatewayApiIstioMode> * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.ContainerService.Models.NginxIngressControllerType> * Azure.ResourceManager.ContainerService.Models.ContainerServiceUserAssignedIdentity * Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressDefaultDomainProfile -> Azure.ResourceManager.ContainerService.Models.ManagedClusterIngressProfileWebAppRouting
Public Shared Function ManagedClusterIngressProfileWebAppRouting (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional gatewayApiImplementationsIstioMode As Nullable(Of GatewayApiIstioMode) = Nothing, Optional dnsZoneResourceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional nginxDefaultIngressControllerType As Nullable(Of NginxIngressControllerType) = Nothing, Optional identity As ContainerServiceUserAssignedIdentity = Nothing, Optional defaultDomain As ManagedClusterIngressDefaultDomainProfile = Nothing) As ManagedClusterIngressProfileWebAppRouting
Parameters
- gatewayApiImplementationsIstioMode
- Nullable<GatewayApiIstioMode>
Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.
- dnsZoneResourceIds
- IEnumerable<ResourceIdentifier>
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.
- nginxDefaultIngressControllerType
- Nullable<NginxIngressControllerType>
Ingress type for the default NginxIngressController custom resource.
- identity
- ContainerServiceUserAssignedIdentity
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.
- defaultDomain
- ManagedClusterIngressDefaultDomainProfile
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.
Returns
A new ManagedClusterIngressProfileWebAppRouting instance for mocking.