Uses of Class
com.azure.resourcemanager.containerservice.models.IstioServiceMesh
Packages that use IstioServiceMesh
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IstioServiceMesh in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return IstioServiceMeshModifier and TypeMethodDescriptionstatic IstioServiceMeshIstioServiceMesh.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IstioServiceMesh from the JsonReader.ServiceMeshProfile.istio()Get the istio property: Istio service mesh configuration.IstioServiceMesh.withCertificateAuthority(IstioCertificateAuthority certificateAuthority) Set the certificateAuthority property: Istio Service Mesh Certificate Authority (CA) configuration.IstioServiceMesh.withComponents(IstioComponents components) Set the components property: Istio components configuration.IstioServiceMesh.withRevisions(List<String> revisions) Set the revisions property: The list of revisions of the Istio control plane.Methods in com.azure.resourcemanager.containerservice.models with parameters of type IstioServiceMeshModifier and TypeMethodDescriptionServiceMeshProfile.withIstio(IstioServiceMesh istio) Set the istio property: Istio service mesh configuration.