Uses of Class
com.azure.resourcemanager.cosmos.models.Certificate
-
Packages that use Certificate Package Description com.azure.resourcemanager.cosmos.models 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 Certificate Modifier and Type Method Description CertificateCertificate. withPem(String pem)Set the pem property: PEM formatted public key.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>ClusterResourceProperties. clientCertificates()Get the clientCertificates property: List of TLS certificates used to authorize clients connecting to the cluster.List<Certificate>ClusterResourceProperties. externalGossipCertificates()Get the externalGossipCertificates property: List of TLS certificates used to authorize gossip from unmanaged data centers.List<Certificate>ClusterResourceProperties. gossipCertificates()Get the gossipCertificates property: List of TLS certificates that unmanaged nodes must trust for gossip with managed nodes.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type Certificate Modifier and Type Method Description ClusterResourcePropertiesClusterResourceProperties. withClientCertificates(List<Certificate> clientCertificates)Set the clientCertificates property: List of TLS certificates used to authorize clients connecting to the cluster.ClusterResourcePropertiesClusterResourceProperties. withExternalGossipCertificates(List<Certificate> externalGossipCertificates)Set the externalGossipCertificates property: List of TLS certificates used to authorize gossip from unmanaged data centers.
-