Uses of Class
com.azure.resourcemanager.cdn.models.AfdDomainUpdateParameters
Packages that use AfdDomainUpdateParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of AfdDomainUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type AfdDomainUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>, AfdDomainInner> AfdCustomDomainsClient.beginUpdate(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties) Updates an existing domain within a profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>, AfdDomainInner> AfdCustomDomainsClient.beginUpdate(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties, com.azure.core.util.Context context) Updates an existing domain within a profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>, AfdDomainInner> AfdCustomDomainsClient.beginUpdateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties) Updates an existing domain within a profile.AfdCustomDomainsClient.update(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties) Updates an existing domain within a profile.AfdCustomDomainsClient.update(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties, com.azure.core.util.Context context) Updates an existing domain within a profile.AfdCustomDomainsClient.updateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties) Updates an existing domain within a profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> AfdCustomDomainsClient.updateWithResponseAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties) Updates an existing domain within a profile. -
Uses of AfdDomainUpdateParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type AfdDomainUpdateParametersModifier and TypeClassDescriptionfinal classThe domain JSON object required for domain creation or update.Methods in com.azure.resourcemanager.cdn.models that return AfdDomainUpdateParametersModifier and TypeMethodDescriptionstatic AfdDomainUpdateParametersAfdDomainUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AfdDomainUpdateParameters from the JsonReader.AfdDomainUpdateParameters.withAzureDnsZone(ResourceReference azureDnsZone) Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainUpdateParameters.withPreValidatedCustomDomainResourceId(ResourceReference preValidatedCustomDomainResourceId) Set the preValidatedCustomDomainResourceId property: Resource reference to the Azure resource where custom domain ownership was prevalidated.AfdDomainUpdateParameters.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.