Uses of Class
com.azure.resourcemanager.containerservice.models.NginxIngressControllerType
Packages that use NginxIngressControllerType
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of NginxIngressControllerType in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as NginxIngressControllerTypeModifier and TypeFieldDescriptionstatic final NginxIngressControllerTypeNginxIngressControllerType.ANNOTATION_CONTROLLEDStatic value AnnotationControlled for NginxIngressControllerType.static final NginxIngressControllerTypeNginxIngressControllerType.EXTERNALStatic value External for NginxIngressControllerType.static final NginxIngressControllerTypeNginxIngressControllerType.INTERNALStatic value Internal for NginxIngressControllerType.static final NginxIngressControllerTypeNginxIngressControllerType.NONEStatic value None for NginxIngressControllerType.Methods in com.azure.resourcemanager.containerservice.models that return NginxIngressControllerTypeModifier and TypeMethodDescriptionManagedClusterIngressProfileNginx.defaultIngressControllerType()Get the defaultIngressControllerType property: Ingress type for the default NginxIngressController custom resource.static NginxIngressControllerTypeNginxIngressControllerType.fromString(String name) Creates or finds a NginxIngressControllerType from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type NginxIngressControllerTypeModifier and TypeMethodDescriptionstatic Collection<NginxIngressControllerType> NginxIngressControllerType.values()Gets known NginxIngressControllerType values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type NginxIngressControllerTypeModifier and TypeMethodDescriptionManagedClusterIngressProfileNginx.withDefaultIngressControllerType(NginxIngressControllerType defaultIngressControllerType) Set the defaultIngressControllerType property: Ingress type for the default NginxIngressController custom resource.