Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterIngressProfileNginx
Packages that use ManagedClusterIngressProfileNginx
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterIngressProfileNginx in com.azure.resourcemanager.containerservice.models
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.