Uses of Class
com.azure.resourcemanager.cdn.models.CertificateType
-
Packages that use CertificateType Package Description com.azure.resourcemanager.cdn.models 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 CertificateType Modifier and Type Field Description static CertificateTypeCertificateType. DEDICATEDStatic value Dedicated for CertificateType.static CertificateTypeCertificateType. SHAREDStatic value Shared for CertificateType.Methods in com.azure.resourcemanager.cdn.models that return CertificateType Modifier and Type Method Description CertificateTypeCdnCertificateSourceParameters. 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 CertificateType Modifier and Type Method Description static Collection<CertificateType>CertificateType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type CertificateType Modifier and Type Method Description CdnCertificateSourceParametersCdnCertificateSourceParameters. withCertificateType(CertificateType certificateType)Set the certificateType property: Type of certificate used.
-