Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterIngressProfileNginx
Packages that use ManagedClusterIngressProfileNginx
Package
Description
Package containing the data models for ContainerService.
-
Uses of ManagedClusterIngressProfileNginx in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterIngressProfileNginxModifier and TypeClassDescriptionfinal classNginx ingress controller configuration for the managed cluster ingress profile.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterIngressProfileNginxModifier and TypeMethodDescriptionManagedClusterIngressProfileNginx.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterIngressProfileNginx from the JsonReader.ManagedClusterIngressProfileWebAppRouting.nginx()Get the nginx property: Configuration for the default NginxIngressController.ManagedClusterIngressProfileNginx.withDefaultIngressControllerType(NginxIngressControllerType defaultIngressControllerType) Set the defaultIngressControllerType property: Ingress type for the default NginxIngressController custom resource.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterIngressProfileNginxModifier and TypeMethodDescriptionManagedClusterIngressProfileWebAppRouting.withNginx(ManagedClusterIngressProfileNginx nginx) Set the nginx property: Configuration for the default NginxIngressController.