public interface AfdCustomDomainsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
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> |
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> |
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<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String customDomainName)
Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription,
resource group and profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String customDomainName,
com.azure.core.util.Context context)
Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription,
resource group and profile.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String customDomainName)
Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription,
resource group and profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ValidationTokenInner>,ValidationTokenInner> |
beginRefreshValidationToken(String resourceGroupName,
String profileName,
String customDomainName)
Updates the domain validation token.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ValidationTokenInner>,ValidationTokenInner> |
beginRefreshValidationToken(String resourceGroupName,
String profileName,
String customDomainName,
com.azure.core.util.Context context)
Updates the domain validation token.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ValidationTokenInner>,ValidationTokenInner> |
beginRefreshValidationTokenAsync(String resourceGroupName,
String profileName,
String customDomainName)
Updates the domain validation token.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> |
beginUpdate(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone,
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> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
AfdDomainInner |
create(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
AfdDomainInner |
create(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain,
com.azure.core.util.Context context)
Creates a new domain within the specified profile.
|
Mono<AfdDomainInner> |
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>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainInner customDomain)
Creates a new domain within the specified profile.
|
void |
delete(String resourceGroupName,
String profileName,
String customDomainName)
Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription,
resource group and profile.
|
void |
delete(String resourceGroupName,
String profileName,
String customDomainName,
com.azure.core.util.Context context)
Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription,
resource group and profile.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String customDomainName)
Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription,
resource group and profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String customDomainName)
Deletes an existing AzureFrontDoor domain with the specified domain name under the specified subscription,
resource group and profile.
|
AfdDomainInner |
get(String resourceGroupName,
String profileName,
String customDomainName)
Gets an existing AzureFrontDoor domain with the specified domain name under the specified subscription, resource
group and profile.
|
Mono<AfdDomainInner> |
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> |
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>> |
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> |
listByProfile(String resourceGroupName,
String profileName)
Lists existing AzureFrontDoor domains.
|
com.azure.core.http.rest.PagedIterable<AfdDomainInner> |
listByProfile(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Lists existing AzureFrontDoor domains.
|
com.azure.core.http.rest.PagedFlux<AfdDomainInner> |
listByProfileAsync(String resourceGroupName,
String profileName)
Lists existing AzureFrontDoor domains.
|
ValidationTokenInner |
refreshValidationToken(String resourceGroupName,
String profileName,
String customDomainName)
Updates the domain validation token.
|
ValidationTokenInner |
refreshValidationToken(String resourceGroupName,
String profileName,
String customDomainName,
com.azure.core.util.Context context)
Updates the domain validation token.
|
Mono<ValidationTokenInner> |
refreshValidationTokenAsync(String resourceGroupName,
String profileName,
String customDomainName)
Updates the domain validation token.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
refreshValidationTokenWithResponseAsync(String resourceGroupName,
String profileName,
String customDomainName)
Updates the domain validation token.
|
AfdDomainInner |
update(String resourceGroupName,
String profileName,
String customDomainName)
Updates an existing domain within a profile.
|
AfdDomainInner |
update(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
AfdDomainInner |
update(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone,
com.azure.core.util.Context context)
Updates an existing domain within a profile.
|
Mono<AfdDomainInner> |
updateAsync(String resourceGroupName,
String profileName,
String customDomainName)
Updates an existing domain within a profile.
|
Mono<AfdDomainInner> |
updateAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String customDomainName,
AfdDomainHttpsParameters tlsSettings,
ResourceReference azureDnsZone)
Updates an existing domain within a profile.
|
com.azure.core.http.rest.PagedFlux<AfdDomainInner> listByProfileAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AfdDomainInner> listByProfile(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AfdDomainInner> listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AfdDomainInner>> getWithResponseAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AfdDomainInner> getAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdDomainInner get(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AfdDomainInner> getWithResponse(String resourceGroupName, String profileName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.customDomain - Domain properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> beginCreateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.customDomain - Domain properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.customDomain - Domain properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> beginCreate(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.customDomain - Domain properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AfdDomainInner> createAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.customDomain - Domain properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdDomainInner create(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.customDomain - Domain properties.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdDomainInner create(String resourceGroupName, String profileName, String customDomainName, AfdDomainInner customDomain, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.customDomain - Domain properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.tlsSettings - The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed
certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate
by default.azureDnsZone - Resource reference to the Azure DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> beginUpdateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.tlsSettings - The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed
certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate
by default.azureDnsZone - Resource reference to the Azure DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> beginUpdate(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.tlsSettings - The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed
certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate
by default.azureDnsZone - Resource reference to the Azure DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdDomainInner>,AfdDomainInner> beginUpdate(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.tlsSettings - The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed
certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate
by default.azureDnsZone - Resource reference to the Azure DNS zone.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AfdDomainInner> updateAsync(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.tlsSettings - The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed
certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate
by default.azureDnsZone - Resource reference to the Azure DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AfdDomainInner> updateAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdDomainInner update(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.tlsSettings - The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed
certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate
by default.azureDnsZone - Resource reference to the Azure DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdDomainInner update(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AfdDomainInner update(String resourceGroupName, String profileName, String customDomainName, AfdDomainHttpsParameters tlsSettings, ResourceReference azureDnsZone, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.tlsSettings - The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed
certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate
by default.azureDnsZone - Resource reference to the Azure DNS zone.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> refreshValidationTokenWithResponseAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ValidationTokenInner>,ValidationTokenInner> beginRefreshValidationTokenAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ValidationTokenInner>,ValidationTokenInner> beginRefreshValidationToken(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ValidationTokenInner>,ValidationTokenInner> beginRefreshValidationToken(String resourceGroupName, String profileName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ValidationTokenInner> refreshValidationTokenAsync(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ValidationTokenInner refreshValidationToken(String resourceGroupName, String profileName, String customDomainName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ValidationTokenInner refreshValidationToken(String resourceGroupName, String profileName, String customDomainName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.customDomainName - Name of the domain under the profile which is unique globally.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.