Uses of Class
com.azure.resourcemanager.containerservice.models.IstioPluginCertificateAuthority
Packages that use IstioPluginCertificateAuthority
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IstioPluginCertificateAuthority in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return IstioPluginCertificateAuthorityModifier and TypeMethodDescriptionIstioPluginCertificateAuthority.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IstioPluginCertificateAuthority from the JsonReader.IstioCertificateAuthority.plugin()Get the plugin property: Plugin certificates information for Service Mesh.IstioPluginCertificateAuthority.withCertChainObjectName(String certChainObjectName) Set the certChainObjectName property: Certificate chain object name in Azure Key Vault.IstioPluginCertificateAuthority.withCertObjectName(String certObjectName) Set the certObjectName property: Intermediate certificate object name in Azure Key Vault.IstioPluginCertificateAuthority.withKeyObjectName(String keyObjectName) Set the keyObjectName property: Intermediate certificate private key object name in Azure Key Vault.IstioPluginCertificateAuthority.withKeyVaultId(String keyVaultId) Set the keyVaultId property: The resource ID of the Key Vault.IstioPluginCertificateAuthority.withRootCertObjectName(String rootCertObjectName) Set the rootCertObjectName property: Root certificate object name in Azure Key Vault.Methods in com.azure.resourcemanager.containerservice.models with parameters of type IstioPluginCertificateAuthorityModifier and TypeMethodDescriptionIstioCertificateAuthority.withPlugin(IstioPluginCertificateAuthority plugin) Set the plugin property: Plugin certificates information for Service Mesh.