Uses of Class
com.azure.resourcemanager.cdn.models.AfdCertificateType
Packages that use AfdCertificateType
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of AfdCertificateType in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type AfdCertificateType in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDefines the source of the SSL certificate.Fields in com.azure.resourcemanager.cdn.models declared as AfdCertificateTypeModifier and TypeFieldDescriptionstatic final AfdCertificateTypeAfdCertificateType.AZURE_FIRST_PARTY_MANAGED_CERTIFICATEStatic value AzureFirstPartyManagedCertificate for AfdCertificateType.static final AfdCertificateTypeAfdCertificateType.CUSTOMER_CERTIFICATEStatic value CustomerCertificate for AfdCertificateType.static final AfdCertificateTypeAfdCertificateType.MANAGED_CERTIFICATEStatic value ManagedCertificate for AfdCertificateType.Methods in com.azure.resourcemanager.cdn.models that return AfdCertificateTypeModifier and TypeMethodDescriptionAfdDomainHttpsParameters.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 AfdCertificateTypeModifier and TypeMethodDescriptionstatic Collection<AfdCertificateType> AfdCertificateType.values()Gets known AfdCertificateType values.Methods in com.azure.resourcemanager.cdn.models with parameters of type AfdCertificateTypeModifier and TypeMethodDescriptionAfdDomainHttpsParameters.withCertificateType(AfdCertificateType certificateType) Set the certificateType property: Defines the source of the SSL certificate.