Uses of Class
com.azure.resourcemanager.containerservice.models.ServiceMeshProfile
Packages that use ServiceMeshProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ServiceMeshProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ServiceMeshProfileModifier and TypeMethodDescriptionManagedClusterInner.serviceMeshProfile()Get the serviceMeshProfile property: Service mesh profile for a managed cluster.ManagedClusterProperties.serviceMeshProfile()Get the serviceMeshProfile property: Service mesh profile for a managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ServiceMeshProfileModifier and TypeMethodDescriptionManagedClusterInner.withServiceMeshProfile(ServiceMeshProfile serviceMeshProfile) Set the serviceMeshProfile property: Service mesh profile for a managed cluster.ManagedClusterProperties.withServiceMeshProfile(ServiceMeshProfile serviceMeshProfile) Set the serviceMeshProfile property: Service mesh profile for a managed cluster. -
Uses of ServiceMeshProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ServiceMeshProfileModifier and TypeMethodDescriptionstatic ServiceMeshProfileServiceMeshProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceMeshProfile from the JsonReader.ServiceMeshProfile.withIstio(IstioServiceMesh istio) Set the istio property: Istio service mesh configuration.ServiceMeshProfile.withMode(ServiceMeshMode mode) Set the mode property: Mode of the service mesh.