Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdDomainUpdatePropertiesParameters
Packages that use AfdDomainUpdatePropertiesParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of AfdDomainUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.models
Modifier and TypeClassDescriptionfinal classThe JSON object that contains the properties of the domain to create.Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdDomainUpdatePropertiesParametersModifier and TypeMethodDescriptionAfdDomainUpdatePropertiesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AfdDomainUpdatePropertiesParameters from the JsonReader.AfdDomainUpdatePropertiesParameters.withAzureDnsZone(ResourceReference azureDnsZone) Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainUpdatePropertiesParameters.withPreValidatedCustomDomainResourceId(ResourceReference preValidatedCustomDomainResourceId) Set the preValidatedCustomDomainResourceId property: Resource reference to the Azure resource where custom domain ownership was prevalidated.AfdDomainUpdatePropertiesParameters.withTlsSettings(AfdDomainHttpsParameters tlsSettings) Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.