Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdDomainInner
Packages that use AfdDomainInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of AfdDomainInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return AfdDomainInnerModifier and TypeMethodDescriptionAfdCustomDomainsClient.create(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.AfdCustomDomainsClient.create(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain, com.azure.core.util.Context context) Creates a new domain within the specified profile.Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and 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.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type AfdDomainInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain, com.azure.core.util.Context context) Creates a new domain within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain, com.azure.core.util.Context context) Creates a new domain within the specified profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified 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) 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) 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.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.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.createAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.AfdCustomDomainsClient.getAsync(String resourceGroupName, String profileName, String customDomainName) Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.com.azure.core.http.rest.Response<AfdDomainInner>AfdCustomDomainsClient.getWithResponse(String resourceGroupName, String profileName, String customDomainName, com.azure.core.util.Context context) Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.Mono<com.azure.core.http.rest.Response<AfdDomainInner>>AfdCustomDomainsClient.getWithResponseAsync(String resourceGroupName, String profileName, String customDomainName) Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource group and profile.com.azure.core.http.rest.PagedIterable<AfdDomainInner>AfdCustomDomainsClient.listByProfile(String resourceGroupName, String profileName) Lists existing AzureFrontDoor domains.com.azure.core.http.rest.PagedIterable<AfdDomainInner>AfdCustomDomainsClient.listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context) Lists existing AzureFrontDoor domains.com.azure.core.http.rest.PagedFlux<AfdDomainInner>AfdCustomDomainsClient.listByProfileAsync(String resourceGroupName, String profileName) Lists existing AzureFrontDoor domains.AfdCustomDomainsClient.updateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainUpdateParameters customDomainUpdateProperties) Updates an existing domain within a profile.Methods in com.azure.resourcemanager.cdn.fluent with parameters of type AfdDomainInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain, com.azure.core.util.Context context) Creates a new domain within the specified profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> AfdCustomDomainsClient.beginCreateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.AfdCustomDomainsClient.create(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.AfdCustomDomainsClient.create(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain, com.azure.core.util.Context context) Creates a new domain within the specified profile.AfdCustomDomainsClient.createAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AfdCustomDomainsClient.createWithResponseAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain) Creates a new domain within the specified profile. -
Uses of AfdDomainInner in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdDomainInnerModifier and TypeMethodDescriptionAfdDomainInner.withAzureDnsZone(ResourceReference azureDnsZone) Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainInner.withExtendedProperties(Map<String, String> extendedProperties) Set the extendedProperties property: Key-Value pair representing migration properties for domains.AfdDomainInner.withHostname(String hostname) Set the hostname property: The host name of the domain.AfdDomainInner.withPreValidatedCustomDomainResourceId(ResourceReference preValidatedCustomDomainResourceId) Set the preValidatedCustomDomainResourceId property: Resource reference to the Azure resource where custom domain ownership was prevalidated.AfdDomainInner.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. -
Uses of AfdDomainInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type AfdDomainInnerModifier and TypeMethodDescriptionAfdDomainListResult.value()Get the value property: List of AzureFrontDoor domains within a profile.