ingress Application Gateway
suspend fun ingressApplicationGateway(value: Output<KubernetesClusterIngressApplicationGatewayArgs>)
Parameters
value
A ingress_application_gateway
block as defined below.
Note: Since the Application Gateway is deployed inside a Virtual Network, users (and Service Principals) that are operating the Application Gateway must have the
Microsoft.Network/virtualNetworks/subnets/join/action
permission on the Virtual Network or Subnet. For more details, please visit Virtual Network Permission.
suspend fun ingressApplicationGateway(argument: suspend KubernetesClusterIngressApplicationGatewayArgsBuilder.() -> Unit)
Parameters
argument
A ingress_application_gateway
block as defined below.
Note: Since the Application Gateway is deployed inside a Virtual Network, users (and Service Principals) that are operating the Application Gateway must have the
Microsoft.Network/virtualNetworks/subnets/join/action
permission on the Virtual Network or Subnet. For more details, please visit Virtual Network Permission.