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