Uses of Class
com.azure.resourcemanager.cdn.models.CertificateType
Packages that use CertificateType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CertificateType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as CertificateTypeModifier and TypeFieldDescriptionstatic final CertificateTypeCertificateType.DEDICATEDStatic value Dedicated for CertificateType.static final CertificateTypeCertificateType.SHAREDStatic value Shared for CertificateType.Methods in com.azure.resourcemanager.cdn.models that return CertificateTypeModifier and TypeMethodDescriptionCdnCertificateSourceParameters.certificateType()Get the certificateType property: Type of certificate used.static CertificateTypeCertificateType.fromString(String name) Creates or finds a CertificateType from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CertificateTypeModifier and TypeMethodDescriptionstatic Collection<CertificateType> CertificateType.values()Gets known CertificateType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type CertificateTypeModifier and TypeMethodDescriptionCdnCertificateSourceParameters.withCertificateType(CertificateType certificateType) Set the certificateType property: Type of certificate used.