Uses of Class
com.azure.resourcemanager.cdn.fluent.models.CustomDomainProperties
Packages that use CustomDomainProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of CustomDomainProperties in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type CustomDomainPropertiesModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties of the custom domain to create.Methods in com.azure.resourcemanager.cdn.fluent.models that return CustomDomainPropertiesModifier and TypeMethodDescriptionstatic CustomDomainPropertiesCustomDomainProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDomainProperties from the JsonReader.CustomDomainProperties.withCustomHttpsParameters(CustomDomainHttpsParameters customHttpsParameters) Set the customHttpsParameters property: Certificate parameters for securing custom HTTPS.CustomDomainProperties.withHostname(String hostname) Set the hostname property: The host name of the custom domain.CustomDomainProperties.withValidationData(String validationData) Set the validationData property: Special validation or data may be required when delivering CDN to some regions due to local compliance reasons.