HubRouteTablesClient Interface
public interface HubRouteTablesClient
An instance of this class provides access to all the operations defined in HubRouteTablesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a RouteTable.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a RouteTable.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a RouteTable.
Parameters:
Returns:
createOrUpdate
public abstract HubRouteTableInner createOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
Parameters:
Returns:
createOrUpdate
public abstract HubRouteTableInner createOrUpdate(String resourceGroupName, String virtualHubName, String routeTableName, HubRouteTableInner routeTableParameters, Context context)
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates a RouteTable resource if it doesn't exist else updates the existing RouteTable.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String virtualHubName, String routeTableName)
Deletes a RouteTable.
Parameters:
delete
public abstract void delete(String resourceGroupName, String virtualHubName, String routeTableName, Context context)
Deletes a RouteTable.
Parameters:
deleteAsync
public abstract Mono
Deletes a RouteTable.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a RouteTable.
Parameters:
Returns:
get
public abstract HubRouteTableInner get(String resourceGroupName, String virtualHubName, String routeTableName)
Retrieves the details of a RouteTable.
Parameters:
Returns:
getAsync
public abstract Mono
Retrieves the details of a RouteTable.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves the details of a RouteTable.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves the details of a RouteTable.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieves the details of all RouteTables.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieves the details of all RouteTables.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Retrieves the details of all RouteTables.
Parameters:
Returns:
Applies to
Azure SDK for Java