Uses of Class
com.azure.resourcemanager.cdn.models.CustomDomainParameters
Packages that use CustomDomainParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of CustomDomainParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type CustomDomainParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> CustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties) Creates a new custom domain within an endpoint.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> CustomDomainsClient.beginCreate(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, com.azure.core.util.Context context) Creates a new custom domain within an endpoint.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CustomDomainInner>,CustomDomainInner> CustomDomainsClient.beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties) Creates a new custom domain within an endpoint.CustomDomainsClient.create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties) Creates a new custom domain within an endpoint.CustomDomainsClient.create(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties, com.azure.core.util.Context context) Creates a new custom domain within an endpoint.CustomDomainsClient.createAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties) Creates a new custom domain within an endpoint.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>CustomDomainsClient.createWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String customDomainName, CustomDomainParameters customDomainProperties) Creates a new custom domain within an endpoint. -
Uses of CustomDomainParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CustomDomainParametersModifier and TypeMethodDescriptionCustomDomainParameters.withHostname(String hostname) Set the hostname property: The host name of the custom domain.