public interface VirtualHubRouteTableV2SClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubRouteTableV2Inner>,VirtualHubRouteTableV2Inner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubRouteTableV2Inner>,VirtualHubRouteTableV2Inner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters,
com.azure.core.util.Context context)
Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualHubRouteTableV2Inner>,VirtualHubRouteTableV2Inner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a VirtualHubRouteTableV2.
|
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 VirtualHubRouteTableV2.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a VirtualHubRouteTableV2.
|
VirtualHubRouteTableV2Inner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2.
|
VirtualHubRouteTableV2Inner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String routeTableName,
VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters,
com.azure.core.util.Context context)
Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2.
|
Mono<VirtualHubRouteTableV2Inner> |
createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String routeTableName,
VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
Creates a VirtualHubRouteTableV2 resource if it doesn't exist else updates the existing VirtualHubRouteTableV2.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a VirtualHubRouteTableV2.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String routeTableName,
com.azure.core.util.Context context)
Deletes a VirtualHubRouteTableV2.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a VirtualHubRouteTableV2.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Deletes a VirtualHubRouteTableV2.
|
VirtualHubRouteTableV2Inner |
get(String resourceGroupName,
String virtualHubName,
String routeTableName)
Retrieves the details of a VirtualHubRouteTableV2.
|
Mono<VirtualHubRouteTableV2Inner> |
getAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Retrieves the details of a VirtualHubRouteTableV2.
|
com.azure.core.http.rest.Response<VirtualHubRouteTableV2Inner> |
getWithResponse(String resourceGroupName,
String virtualHubName,
String routeTableName,
com.azure.core.util.Context context)
Retrieves the details of a VirtualHubRouteTableV2.
|
Mono<com.azure.core.http.rest.Response<VirtualHubRouteTableV2Inner>> |
getWithResponseAsync(String resourceGroupName,
String virtualHubName,
String routeTableName)
Retrieves the details of a VirtualHubRouteTableV2.
|
com.azure.core.http.rest.PagedIterable<VirtualHubRouteTableV2Inner> |
list(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubRouteTableV2s.
|
com.azure.core.http.rest.PagedIterable<VirtualHubRouteTableV2Inner> |
list(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Retrieves the details of all VirtualHubRouteTableV2s.
|
com.azure.core.http.rest.PagedFlux<VirtualHubRouteTableV2Inner> |
listAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubRouteTableV2s.
|
Mono<com.azure.core.http.rest.Response<VirtualHubRouteTableV2Inner>> getWithResponseAsync(String resourceGroupName, String virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VirtualHubRouteTableV2Inner> getAsync(String resourceGroupName, String virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualHubRouteTableV2Inner get(String resourceGroupName, String virtualHubName, String routeTableName)
resourceGroupName - The resource group name of the VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualHubRouteTableV2Inner> getWithResponse(String resourceGroupName, String virtualHubName, String routeTableName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualHubName, String routeTableName, VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.virtualHubRouteTableV2Parameters - VirtualHubRouteTableV2 Resource.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualHubRouteTableV2Inner>,VirtualHubRouteTableV2Inner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeTableName, VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.virtualHubRouteTableV2Parameters - VirtualHubRouteTableV2 Resource.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualHubRouteTableV2Inner>,VirtualHubRouteTableV2Inner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.virtualHubRouteTableV2Parameters - VirtualHubRouteTableV2 Resource.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualHubRouteTableV2Inner>,VirtualHubRouteTableV2Inner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters, 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 VirtualHubRouteTableV2.virtualHubRouteTableV2Parameters - VirtualHubRouteTableV2 Resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VirtualHubRouteTableV2Inner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, String routeTableName, VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.virtualHubRouteTableV2Parameters - VirtualHubRouteTableV2 Resource.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualHubRouteTableV2Inner createOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.virtualHubRouteTableV2Parameters - VirtualHubRouteTableV2 Resource.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VirtualHubRouteTableV2Inner createOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, VirtualHubRouteTableV2Inner virtualHubRouteTableV2Parameters, 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 VirtualHubRouteTableV2.virtualHubRouteTableV2Parameters - VirtualHubRouteTableV2 Resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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 VirtualHubRouteTableV2.virtualHubName - The name of the VirtualHub.routeTableName - The name of the VirtualHubRouteTableV2.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - 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<VirtualHubRouteTableV2Inner> 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<VirtualHubRouteTableV2Inner> 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<VirtualHubRouteTableV2Inner> 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.