public interface RoutesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteInner route)
Creates a new route with the specified route name under the specified subscription, resource group, profile, and
AzureFrontDoor endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
beginCreate(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteInner route,
com.azure.core.util.Context context)
Creates a new route with the specified route name under the specified subscription, resource group, profile, and
AzureFrontDoor endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteInner route)
Creates a new route with the specified route name under the specified subscription, resource group, profile, and
AzureFrontDoor endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Deletes an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
com.azure.core.util.Context context)
Deletes an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Deletes an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteUpdateParameters routeUpdateProperties)
Updates an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteUpdateParameters routeUpdateProperties,
com.azure.core.util.Context context)
Updates an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner> |
beginUpdateAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteUpdateParameters routeUpdateProperties)
Updates an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
RouteInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteInner route)
Creates a new route with the specified route name under the specified subscription, resource group, profile, and
AzureFrontDoor endpoint.
|
RouteInner |
create(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteInner route,
com.azure.core.util.Context context)
Creates a new route with the specified route name under the specified subscription, resource group, profile, and
AzureFrontDoor endpoint.
|
Mono<RouteInner> |
createAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteInner route)
Creates a new route with the specified route name under the specified subscription, resource group, profile, and
AzureFrontDoor endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteInner route)
Creates a new route with the specified route name under the specified subscription, resource group, profile, and
AzureFrontDoor endpoint.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Deletes an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
void |
delete(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
com.azure.core.util.Context context)
Deletes an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Deletes an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Deletes an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
RouteInner |
get(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Gets an existing route with the specified route name under the specified subscription, resource group, profile,
and AzureFrontDoor endpoint.
|
Mono<RouteInner> |
getAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Gets an existing route with the specified route name under the specified subscription, resource group, profile,
and AzureFrontDoor endpoint.
|
com.azure.core.http.rest.Response<RouteInner> |
getWithResponse(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
com.azure.core.util.Context context)
Gets an existing route with the specified route name under the specified subscription, resource group, profile,
and AzureFrontDoor endpoint.
|
Mono<com.azure.core.http.rest.Response<RouteInner>> |
getWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName)
Gets an existing route with the specified route name under the specified subscription, resource group, profile,
and AzureFrontDoor endpoint.
|
com.azure.core.http.rest.PagedIterable<RouteInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing origins within a profile.
|
com.azure.core.http.rest.PagedIterable<RouteInner> |
listByEndpoint(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Lists all of the existing origins within a profile.
|
com.azure.core.http.rest.PagedFlux<RouteInner> |
listByEndpointAsync(String resourceGroupName,
String profileName,
String endpointName)
Lists all of the existing origins within a profile.
|
RouteInner |
update(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteUpdateParameters routeUpdateProperties)
Updates an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
RouteInner |
update(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteUpdateParameters routeUpdateProperties,
com.azure.core.util.Context context)
Updates an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
Mono<RouteInner> |
updateAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteUpdateParameters routeUpdateProperties)
Updates an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String routeName,
RouteUpdateParameters routeUpdateProperties)
Updates an existing route with the specified route name under the specified subscription, resource group,
profile, and AzureFrontDoor endpoint.
|
com.azure.core.http.rest.PagedFlux<RouteInner> listByEndpointAsync(String resourceGroupName, String profileName, String endpointName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint 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.PagedIterable<RouteInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint 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.PagedIterable<RouteInner> listByEndpoint(String resourceGroupName, String profileName, String endpointName, 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.endpointName - Name of the endpoint 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<RouteInner>> getWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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<RouteInner> getAsync(String resourceGroupName, String profileName, String endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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.RouteInner get(String resourceGroupName, String profileName, String endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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<RouteInner> getWithResponse(String resourceGroupName, String profileName, String endpointName, String routeName, 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.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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 endpointName, String routeName, RouteInner route)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.route - Route 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<RouteInner>,RouteInner> beginCreateAsync(String resourceGroupName, String profileName, String endpointName, String routeName, RouteInner route)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.route - Route 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<RouteInner>,RouteInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String routeName, RouteInner route)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.route - Route 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<RouteInner>,RouteInner> beginCreate(String resourceGroupName, String profileName, String endpointName, String routeName, RouteInner route, 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.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.route - Route 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<RouteInner> createAsync(String resourceGroupName, String profileName, String endpointName, String routeName, RouteInner route)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.route - Route 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.RouteInner create(String resourceGroupName, String profileName, String endpointName, String routeName, RouteInner route)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.route - Route 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.RouteInner create(String resourceGroupName, String profileName, String endpointName, String routeName, RouteInner route, 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.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.route - Route 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 endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.routeUpdateProperties - Route update 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<RouteInner>,RouteInner> beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.routeUpdateProperties - Route update 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<RouteInner>,RouteInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.routeUpdateProperties - Route update 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<RouteInner>,RouteInner> beginUpdate(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties, 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.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.routeUpdateProperties - Route update 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<RouteInner> updateAsync(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.routeUpdateProperties - Route update 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.RouteInner update(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.routeUpdateProperties - Route update 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.RouteInner update(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties, 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.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.routeUpdateProperties - Route update 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>>> deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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 endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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 endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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 endpointName, String routeName, 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.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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 endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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 endpointName, String routeName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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 endpointName, String routeName, 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.endpointName - Name of the endpoint under the profile which is unique globally.routeName - Name of the routing rule.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.