VirtualHubsClient Interface
Implements
public interface VirtualHubsClient
extends InnerSupportsGet<VirtualHubInner>, InnerSupportsListing<VirtualHubInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in VirtualHubsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VirtualHubInner>,VirtualHubInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<VirtualHubInner>,VirtualHubInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters, Context context)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<VirtualHubInner>,VirtualHubInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualHubName)
Deletes a VirtualHub.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualHubName, Context context)
Deletes a VirtualHub.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String virtualHubName)
Deletes a VirtualHub.
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutes
public abstract SyncPoller<PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutes
public abstract SyncPoller<PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, Context context)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutesAsync
public abstract PollerFlux<PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutesAsync
public abstract PollerFlux<PollResult<VirtualHubEffectiveRouteListInner>,VirtualHubEffectiveRouteListInner> beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetInboundRoutes
public abstract SyncPoller<PollResult<EffectiveRouteMapRouteListInner>,EffectiveRouteMapRouteListInner> beginGetInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters)
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetInboundRoutes
public abstract SyncPoller<PollResult<EffectiveRouteMapRouteListInner>,EffectiveRouteMapRouteListInner> beginGetInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters, Context context)
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetInboundRoutesAsync
public abstract PollerFlux<PollResult<EffectiveRouteMapRouteListInner>,EffectiveRouteMapRouteListInner> beginGetInboundRoutesAsync(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters)
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetOutboundRoutes
public abstract SyncPoller<PollResult<EffectiveRouteMapRouteListInner>,EffectiveRouteMapRouteListInner> beginGetOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters)
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetOutboundRoutes
public abstract SyncPoller<PollResult<EffectiveRouteMapRouteListInner>,EffectiveRouteMapRouteListInner> beginGetOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters, Context context)
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetOutboundRoutesAsync
public abstract PollerFlux<PollResult<EffectiveRouteMapRouteListInner>,EffectiveRouteMapRouteListInner> beginGetOutboundRoutesAsync(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters)
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
createOrUpdate
public abstract VirtualHubInner createOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
createOrUpdate
public abstract VirtualHubInner createOrUpdate(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters, Context context)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<VirtualHubInner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualHubName, VirtualHubInner virtualHubParameters)
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String virtualHubName)
Deletes a VirtualHub.
Parameters:
delete
public abstract void delete(String resourceGroupName, String virtualHubName, Context context)
Deletes a VirtualHub.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String virtualHubName)
Deletes a VirtualHub.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualHubName)
Deletes a VirtualHub.
Parameters:
Returns:
getByResourceGroup
public abstract VirtualHubInner getByResourceGroup(String resourceGroupName, String virtualHubName)
Retrieves the details of a VirtualHub.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<VirtualHubInner> getByResourceGroupAsync(String resourceGroupName, String virtualHubName)
Retrieves the details of a VirtualHub.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<VirtualHubInner> getByResourceGroupWithResponse(String resourceGroupName, String virtualHubName, Context context)
Retrieves the details of a VirtualHub.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<VirtualHubInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String virtualHubName)
Retrieves the details of a VirtualHub.
Parameters:
Returns:
getEffectiveVirtualHubRoutes
public abstract VirtualHubEffectiveRouteListInner getEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
getEffectiveVirtualHubRoutes
public abstract VirtualHubEffectiveRouteListInner getEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, Context context)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
getEffectiveVirtualHubRoutesAsync
public abstract Mono<VirtualHubEffectiveRouteListInner> getEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
getEffectiveVirtualHubRoutesAsync
public abstract Mono<VirtualHubEffectiveRouteListInner> getEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
getEffectiveVirtualHubRoutesWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> getEffectiveVirtualHubRoutesWithResponseAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
getInboundRoutes
public abstract EffectiveRouteMapRouteListInner getInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters)
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getInboundRoutes
public abstract EffectiveRouteMapRouteListInner getInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters, Context context)
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getInboundRoutesAsync
public abstract Mono<EffectiveRouteMapRouteListInner> getInboundRoutesAsync(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters)
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getInboundRoutesWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> getInboundRoutesWithResponseAsync(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters)
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getOutboundRoutes
public abstract EffectiveRouteMapRouteListInner getOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters)
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getOutboundRoutes
public abstract EffectiveRouteMapRouteListInner getOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters, Context context)
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getOutboundRoutesAsync
public abstract Mono<EffectiveRouteMapRouteListInner> getOutboundRoutesAsync(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters)
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getOutboundRoutesWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> getOutboundRoutesWithResponseAsync(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters)
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
list
public abstract PagedIterable<VirtualHubInner> list()
Lists all the VirtualHubs in a subscription.
Returns:
list
public abstract PagedIterable<VirtualHubInner> list(Context context)
Lists all the VirtualHubs in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux<VirtualHubInner> listAsync()
Lists all the VirtualHubs in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable<VirtualHubInner> listByResourceGroup(String resourceGroupName)
Lists all the VirtualHubs in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<VirtualHubInner> listByResourceGroup(String resourceGroupName, Context context)
Lists all the VirtualHubs in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<VirtualHubInner> listByResourceGroupAsync(String resourceGroupName)
Lists all the VirtualHubs in a resource group.
Parameters:
Returns:
updateTags
public abstract VirtualHubInner updateTags(String resourceGroupName, String virtualHubName, TagsObject virtualHubParameters)
Updates VirtualHub tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<VirtualHubInner> updateTagsAsync(String resourceGroupName, String virtualHubName, TagsObject virtualHubParameters)
Updates VirtualHub tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<VirtualHubInner> updateTagsWithResponse(String resourceGroupName, String virtualHubName, TagsObject virtualHubParameters, Context context)
Updates VirtualHub tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<VirtualHubInner>> updateTagsWithResponseAsync(String resourceGroupName, String virtualHubName, TagsObject virtualHubParameters)
Updates VirtualHub tags.
Parameters:
Returns: