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
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a VirtualHub.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a VirtualHub.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a VirtualHub.
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutes
public abstract SyncPoller
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutes
public abstract SyncPoller
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutesAsync
public abstract PollerFlux
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetEffectiveVirtualHubRoutesAsync
public abstract PollerFlux
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
beginGetInboundRoutes
public abstract SyncPoller
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetInboundRoutes
public abstract SyncPoller
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetInboundRoutesAsync
public abstract PollerFlux
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetOutboundRoutes
public abstract SyncPoller
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetOutboundRoutes
public abstract SyncPoller
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
beginGetOutboundRoutesAsync
public abstract PollerFlux
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
Creates a VirtualHub resource if it doesn't exist else updates the existing VirtualHub.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes a VirtualHub.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Retrieves the details of a VirtualHub.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Retrieves the details of a VirtualHub.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
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
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
getEffectiveVirtualHubRoutesAsync
public abstract Mono
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
Parameters:
Returns:
getEffectiveVirtualHubRoutesWithResponseAsync
public abstract Mono
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
Gets the inbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getInboundRoutesWithResponseAsync
public abstract Mono
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
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
getOutboundRoutesWithResponseAsync
public abstract Mono
Gets the outbound routes configured for the Virtual Hub on a particular connection.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the VirtualHubs in a subscription.
Returns:
list
public abstract PagedIterable
Lists all the VirtualHubs in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the VirtualHubs in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all the VirtualHubs in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all the VirtualHubs in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
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
Updates VirtualHub tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates VirtualHub tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates VirtualHub tags.
Parameters:
Returns:
Applies to
Azure SDK for Java