Uses of Class
com.azure.resourcemanager.containerservice.models.IstioComponents
Packages that use IstioComponents
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IstioComponents in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return IstioComponentsModifier and TypeMethodDescriptionIstioServiceMesh.components()Get the components property: Istio components configuration.static IstioComponentsIstioComponents.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IstioComponents from the JsonReader.IstioComponents.withEgressGateways(List<IstioEgressGateway> egressGateways) Set the egressGateways property: Istio egress gateways.IstioComponents.withIngressGateways(List<IstioIngressGateway> ingressGateways) Set the ingressGateways property: Istio ingress gateways.Methods in com.azure.resourcemanager.containerservice.models with parameters of type IstioComponentsModifier and TypeMethodDescriptionIstioServiceMesh.withComponents(IstioComponents components) Set the components property: Istio components configuration.