Uses of Class
com.azure.resourcemanager.containerservice.models.IstioIngressGateway
Packages that use IstioIngressGateway
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IstioIngressGateway in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return IstioIngressGatewayModifier and TypeMethodDescriptionIstioIngressGateway.withEnabled(boolean enabled) Set the enabled property: Whether to enable the ingress gateway.IstioIngressGateway.withMode(IstioIngressGatewayMode mode) Set the mode property: Mode of an ingress gateway.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type IstioIngressGatewayModifier and TypeMethodDescriptionIstioComponents.ingressGateways()Get the ingressGateways property: Istio ingress gateways.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type IstioIngressGatewayModifier and TypeMethodDescriptionIstioComponents.withIngressGateways(List<IstioIngressGateway> ingressGateways) Set the ingressGateways property: Istio ingress gateways.