Uses of Class
com.azure.resourcemanager.containerservice.models.IstioCertificateAuthority
Packages that use IstioCertificateAuthority
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IstioCertificateAuthority in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return IstioCertificateAuthorityModifier and TypeMethodDescriptionIstioServiceMesh.certificateAuthority()Get the certificateAuthority property: Istio Service Mesh Certificate Authority (CA) configuration.static IstioCertificateAuthorityIstioCertificateAuthority.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IstioCertificateAuthority from the JsonReader.IstioCertificateAuthority.withPlugin(IstioPluginCertificateAuthority plugin) Set the plugin property: Plugin certificates information for Service Mesh.Methods in com.azure.resourcemanager.containerservice.models with parameters of type IstioCertificateAuthorityModifier and TypeMethodDescriptionIstioServiceMesh.withCertificateAuthority(IstioCertificateAuthority certificateAuthority) Set the certificateAuthority property: Istio Service Mesh Certificate Authority (CA) configuration.