Uses of Class
com.azure.resourcemanager.containerservice.models.IstioIngressGatewayMode
Packages that use IstioIngressGatewayMode
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IstioIngressGatewayMode in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as IstioIngressGatewayModeModifier and TypeFieldDescriptionstatic final IstioIngressGatewayModeIstioIngressGatewayMode.EXTERNALStatic value External for IstioIngressGatewayMode.static final IstioIngressGatewayModeIstioIngressGatewayMode.INTERNALStatic value Internal for IstioIngressGatewayMode.Methods in com.azure.resourcemanager.containerservice.models that return IstioIngressGatewayModeModifier and TypeMethodDescriptionstatic IstioIngressGatewayModeIstioIngressGatewayMode.fromString(String name) Creates or finds a IstioIngressGatewayMode from its string representation.IstioIngressGateway.mode()Get the mode property: Mode of an ingress gateway.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type IstioIngressGatewayModeModifier and TypeMethodDescriptionstatic Collection<IstioIngressGatewayMode> IstioIngressGatewayMode.values()Gets known IstioIngressGatewayMode values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type IstioIngressGatewayModeModifier and TypeMethodDescriptionIstioIngressGateway.withMode(IstioIngressGatewayMode mode) Set the mode property: Mode of an ingress gateway.