Uses of Class
com.azure.resourcemanager.cdn.models.AfdCertificateType
-
Packages that use AfdCertificateType Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of AfdCertificateType in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as AfdCertificateType Modifier and Type Field Description static AfdCertificateTypeAfdCertificateType. AZURE_FIRST_PARTY_MANAGED_CERTIFICATEStatic value AzureFirstPartyManagedCertificate for AfdCertificateType.static AfdCertificateTypeAfdCertificateType. CUSTOMER_CERTIFICATEStatic value CustomerCertificate for AfdCertificateType.static AfdCertificateTypeAfdCertificateType. MANAGED_CERTIFICATEStatic value ManagedCertificate for AfdCertificateType.Methods in com.azure.resourcemanager.cdn.models that return AfdCertificateType Modifier and Type Method Description AfdCertificateTypeAfdDomainHttpsParameters. certificateType()Get the certificateType property: Defines the source of the SSL certificate.static AfdCertificateTypeAfdCertificateType. fromString(String name)Creates or finds a AfdCertificateType from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type AfdCertificateType Modifier and Type Method Description static Collection<AfdCertificateType>AfdCertificateType. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type AfdCertificateType Modifier and Type Method Description AfdDomainHttpsParametersAfdDomainHttpsParameters. withCertificateType(AfdCertificateType certificateType)Set the certificateType property: Defines the source of the SSL certificate.
-