Uses of Class
com.azure.resourcemanager.cosmos.models.Certificate
Packages that use Certificate
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of Certificate in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CertificateModifier and TypeMethodDescriptionstatic Certificate
Certificate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Certificate from the JsonReader.Set the pem property: PEM formatted public key.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CertificateModifier and TypeMethodDescriptionClusterResourceProperties.clientCertificates()
Get the clientCertificates property: List of TLS certificates used to authorize clients connecting to the cluster.ClusterResourceProperties.externalGossipCertificates()
Get the externalGossipCertificates property: List of TLS certificates used to authorize gossip from unmanaged data centers.ClusterResourceProperties.gossipCertificates()
Get the gossipCertificates property: List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes.AuthenticationMethodLdapProperties.serverCertificates()
Get the serverCertificates property: The serverCertificates property.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type CertificateModifier and TypeMethodDescriptionClusterResourceProperties.withClientCertificates
(List<Certificate> clientCertificates) Set the clientCertificates property: List of TLS certificates used to authorize clients connecting to the cluster.ClusterResourceProperties.withExternalGossipCertificates
(List<Certificate> externalGossipCertificates) Set the externalGossipCertificates property: List of TLS certificates used to authorize gossip from unmanaged data centers.AuthenticationMethodLdapProperties.withServerCertificates
(List<Certificate> serverCertificates) Set the serverCertificates property: The serverCertificates property.