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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type IstioCertificateAuthorityModifier and TypeClassDescriptionfinal classIstio Service Mesh Certificate Authority (CA) configuration.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.