public interface HubRouteTablesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubRouteTableInner>,HubRouteTableInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubRouteTableInner>,HubRouteTableInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters,
com.azure.core.util.Context context)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<HubRouteTableInner>,HubRouteTableInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a RouteTable.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String routeTableName,
com.azure.core.util.Context context)
Deletes a RouteTable.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a RouteTable.
|
HubRouteTableInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
HubRouteTableInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters,
com.azure.core.util.Context context)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
Mono<HubRouteTableInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a RouteTable.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String routeTableName,
com.azure.core.util.Context context)
Deletes a RouteTable.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a RouteTable.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a RouteTable.
|
HubRouteTableInner |
get(String resourceGroupName,
String virtualHubName,
String routeTableName)
Retrieves the details of a RouteTable.
|
Mono<HubRouteTableInner> |
getAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Retrieves the details of a RouteTable.
|
com.azure.core.http.rest.Response<HubRouteTableInner> |
getWithResponse(String resourceGroupName,
String virtualHubName,
String routeTableName,
com.azure.core.util.Context context)
Retrieves the details of a RouteTable.
|
Mono<com.azure.core.http.rest.Response<HubRouteTableInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Retrieves the details of a RouteTable.
|
com.azure.core.http.rest.PagedIterable<HubRouteTableInner> |
list(String resourceGroupName,
String virtualHubName)
Retrieves the details of all RouteTables.
|
com.azure.core.http.rest.PagedIterable<HubRouteTableInner> |
list(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Retrieves the details of all RouteTables.
|
com.azure.core.http.rest.PagedFlux<HubRouteTableInner> |
listAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of all RouteTables.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.routeTableParameters - RouteTable resource in a virtual hub.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<HubRouteTableInner>,HubRouteTableInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.routeTableParameters - RouteTable resource in a virtual hub.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<HubRouteTableInner>,HubRouteTableInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.routeTableParameters - RouteTable resource in a virtual hub.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<HubRouteTableInner>,HubRouteTableInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.routeTableParameters - RouteTable resource in a virtual hub.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<HubRouteTableInner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.routeTableParameters - RouteTable resource in a virtual hub.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.HubRouteTableInner createOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.routeTableParameters - RouteTable resource in a virtual hub.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.HubRouteTableInner createOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.routeTableParameters - RouteTable resource in a virtual hub.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<HubRouteTableInner>> getWithResponseAsync(String resourceGroupName, String virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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<HubRouteTableInner> getAsync(String resourceGroupName, String virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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.HubRouteTableInner get(String resourceGroupName, String virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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<HubRouteTableInner> getWithResponse(String resourceGroupName, String virtualHubName, String routeTableName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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 virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the RouteTable.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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 virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the RouteTable.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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 virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the RouteTable.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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 virtualHubName, String routeTableName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the RouteTable.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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 virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the RouteTable.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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 virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the RouteTable.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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 virtualHubName, String routeTableName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the RouteTable.virtualHubName - The name of the VirtualHub.routeTableName - The name of the RouteTable.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.com.azure.core.http.rest.PagedFlux<HubRouteTableInner> listAsync(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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<HubRouteTableInner> list(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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<HubRouteTableInner> list(String resourceGroupName, String virtualHubName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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 © 2020 Microsoft Corporation. All rights reserved.