public interface VirtualHubsClient extends InnerSupportsGet<VirtualHubInner>, InnerSupportsListing<VirtualHubInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubInner>,VirtualHubInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubInner>,VirtualHubInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
VirtualHubInner virtualHubParameters,
com.azure.core.util.Context context)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualHubInner>,VirtualHubInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName)
Deletes a VirtualHub.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Deletes a VirtualHub.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualHubName)
Deletes a VirtualHub.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginGetEffectiveVirtualHubRoutes(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginGetEffectiveVirtualHubRoutes(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters,
com.azure.core.util.Context context)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
VirtualHubInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
|
VirtualHubInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
VirtualHubInner virtualHubParameters,
com.azure.core.util.Context context)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
|
Mono<VirtualHubInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
|
void |
delete(String resourceGroupName,
String virtualHubName)
Deletes a VirtualHub.
|
void |
delete(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Deletes a VirtualHub.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualHubName)
Deletes a VirtualHub.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualHubName)
Deletes a VirtualHub.
|
VirtualHubInner |
getByResourceGroup(String resourceGroupName,
String virtualHubName)
Retrieves the details of a VirtualHub.
|
Mono<VirtualHubInner> |
getByResourceGroupAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of a VirtualHub.
|
com.azure.core.http.rest.Response<VirtualHubInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Retrieves the details of a VirtualHub.
|
Mono<com.azure.core.http.rest.Response<VirtualHubInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of a VirtualHub.
|
void |
getEffectiveVirtualHubRoutes(String resourceGroupName,
String virtualHubName)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
void |
getEffectiveVirtualHubRoutes(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
void |
getEffectiveVirtualHubRoutes(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters,
com.azure.core.util.Context context)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
Mono<Void> |
getEffectiveVirtualHubRoutesAsync(String resourceGroupName,
String virtualHubName)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
Mono<Void> |
getEffectiveVirtualHubRoutesAsync(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
getEffectiveVirtualHubRoutesWithResponseAsync(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
com.azure.core.http.rest.PagedIterable<VirtualHubInner> |
list()
Lists all the VirtualHubs in a subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualHubInner> |
list(com.azure.core.util.Context context)
Lists all the VirtualHubs in a subscription.
|
com.azure.core.http.rest.PagedFlux<VirtualHubInner> |
listAsync()
Lists all the VirtualHubs in a subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualHubInner> |
listByResourceGroup(String resourceGroupName)
Lists all the VirtualHubs in a resource group.
|
com.azure.core.http.rest.PagedIterable<VirtualHubInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all the VirtualHubs in a resource group.
|
com.azure.core.http.rest.PagedFlux<VirtualHubInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all the VirtualHubs in a resource group.
|
VirtualHubInner |
updateTags(String resourceGroupName,
String virtualHubName)
Updates VirtualHub tags.
|
Mono<VirtualHubInner> |
updateTagsAsync(String resourceGroupName,
String virtualHubName)
Updates VirtualHub tags.
|
Mono<VirtualHubInner> |
updateTagsAsync(String resourceGroupName,
String virtualHubName,
Map<String,String> tags)
Updates VirtualHub tags.
|
com.azure.core.http.rest.Response<VirtualHubInner> |
updateTagsWithResponse(String resourceGroupName,
String virtualHubName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates VirtualHub tags.
|
Mono<com.azure.core.http.rest.Response<VirtualHubInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String virtualHubName,
Map<String,String> tags)
Updates VirtualHub tags.
|
Mono<com.azure.core.http.rest.Response<VirtualHubInner>> getByResourceGroupWithResponseAsync(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.Mono<VirtualHubInner> getByResourceGroupAsync(String resourceGroupName, String virtualHubName)
getByResourceGroupAsync in interface InnerSupportsGet<VirtualHubInner>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.VirtualHubInner getByResourceGroup(String resourceGroupName, String virtualHubName)
getByResourceGroup in interface InnerSupportsGet<VirtualHubInner>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.Response<VirtualHubInner> getByResourceGroupWithResponse(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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.virtualHubParameters - VirtualHub Resource.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<VirtualHubInner>,VirtualHubInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.virtualHubParameters - VirtualHub Resource.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<VirtualHubInner>,VirtualHubInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.virtualHubParameters - VirtualHub Resource.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<VirtualHubInner>,VirtualHubInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.virtualHubParameters - VirtualHub Resource.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<VirtualHubInner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.virtualHubParameters - VirtualHub Resource.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.VirtualHubInner createOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.virtualHubParameters - VirtualHub Resource.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.VirtualHubInner createOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.virtualHubParameters - VirtualHub Resource.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<VirtualHubInner>> updateTagsWithResponseAsync(String resourceGroupName, String virtualHubName, Map<String,String> tags)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.tags - Resource tags.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<VirtualHubInner> updateTagsAsync(String resourceGroupName, String virtualHubName, Map<String,String> tags)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.tags - Resource tags.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<VirtualHubInner> updateTagsAsync(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.VirtualHubInner updateTags(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.Response<VirtualHubInner> updateTagsWithResponse(String resourceGroupName, String virtualHubName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.tags - Resource tags.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)
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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(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.Mono<Void> deleteAsync(String resourceGroupName, String virtualHubName)
deleteAsync in interface InnerSupportsDelete<Void>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.void delete(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.void delete(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.com.azure.core.http.rest.PagedFlux<VirtualHubInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<VirtualHubInner>resourceGroupName - The resource group 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<VirtualHubInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<VirtualHubInner>resourceGroupName - The resource group 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<VirtualHubInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The resource group 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.com.azure.core.http.rest.PagedFlux<VirtualHubInner> listAsync()
listAsync in interface InnerSupportsListing<VirtualHubInner>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<VirtualHubInner> list()
list in interface InnerSupportsListing<VirtualHubInner>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<VirtualHubInner> list(com.azure.core.util.Context context)
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>>> getEffectiveVirtualHubRoutesWithResponseAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.effectiveRoutesParameters - The parameters specifying the resource whose effective routes are being
requested.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> beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.effectiveRoutesParameters - The parameters specifying the resource whose effective routes are being
requested.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> beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.effectiveRoutesParameters - The parameters specifying the resource whose effective routes are being
requested.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> beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.effectiveRoutesParameters - The parameters specifying the resource whose effective routes are being
requested.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> getEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.effectiveRoutesParameters - The parameters specifying the resource whose effective routes are being
requested.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> getEffectiveVirtualHubRoutesAsync(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.void getEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.effectiveRoutesParameters - The parameters specifying the resource whose effective routes are being
requested.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 getEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.effectiveRoutesParameters - The parameters specifying the resource whose effective routes are being
requested.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.void getEffectiveVirtualHubRoutes(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.Copyright © 2020 Microsoft Corporation. All rights reserved.