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