Uses of Class
com.azure.resourcemanager.cdn.models.CertificateSource
Packages that use CertificateSource
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CertificateSource in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type CertificateSource in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDefines the source of the SSL certificate.Fields in com.azure.resourcemanager.cdn.models declared as CertificateSourceModifier and TypeFieldDescriptionstatic final CertificateSourceCertificateSource.AZURE_KEY_VAULTStatic value AzureKeyVault for CertificateSource.static final CertificateSourceCertificateSource.CDNStatic value Cdn for CertificateSource.Methods in com.azure.resourcemanager.cdn.models that return CertificateSourceModifier and TypeMethodDescriptionCdnManagedHttpsParameters.certificateSource()Get the certificateSource property: Defines the source of the SSL certificate.CustomDomainHttpsParameters.certificateSource()Get the certificateSource property: Defines the source of the SSL certificate.UserManagedHttpsParameters.certificateSource()Get the certificateSource property: Defines the source of the SSL certificate.static CertificateSourceCertificateSource.fromString(String name) Creates or finds a CertificateSource from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CertificateSourceModifier and TypeMethodDescriptionstatic Collection<CertificateSource> CertificateSource.values()Gets known CertificateSource values.