Sdílet prostřednictvím


IRoutingIntentOperations Interface

Definition

RoutingIntentOperations operations.

public interface IRoutingIntentOperations
type IRoutingIntentOperations = interface
Public Interface IRoutingIntentOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, RoutingIntent, Dictionary<String,List<String>>, CancellationToken)

Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a RoutingIntent.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, RoutingIntent, Dictionary<String,List<String>>, CancellationToken)

Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a RoutingIntent.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the details of a RoutingIntent.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the details of all RoutingIntent child resources of the VirtualHub.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the details of all RoutingIntent child resources of the VirtualHub.

Extension Methods

BeginCreateOrUpdate(IRoutingIntentOperations, String, String, String, RoutingIntent)

Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent.

BeginCreateOrUpdateAsync(IRoutingIntentOperations, String, String, String, RoutingIntent, CancellationToken)

Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent.

BeginDelete(IRoutingIntentOperations, String, String, String)

Deletes a RoutingIntent.

BeginDeleteAsync(IRoutingIntentOperations, String, String, String, CancellationToken)

Deletes a RoutingIntent.

CreateOrUpdate(IRoutingIntentOperations, String, String, String, RoutingIntent)

Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent.

CreateOrUpdateAsync(IRoutingIntentOperations, String, String, String, RoutingIntent, CancellationToken)

Creates a RoutingIntent resource if it doesn't exist else updates the existing RoutingIntent.

Delete(IRoutingIntentOperations, String, String, String)

Deletes a RoutingIntent.

DeleteAsync(IRoutingIntentOperations, String, String, String, CancellationToken)

Deletes a RoutingIntent.

Get(IRoutingIntentOperations, String, String, String)

Retrieves the details of a RoutingIntent.

GetAsync(IRoutingIntentOperations, String, String, String, CancellationToken)

Retrieves the details of a RoutingIntent.

List(IRoutingIntentOperations, String, String)

Retrieves the details of all RoutingIntent child resources of the VirtualHub.

ListAsync(IRoutingIntentOperations, String, String, CancellationToken)

Retrieves the details of all RoutingIntent child resources of the VirtualHub.

ListNext(IRoutingIntentOperations, String)

Retrieves the details of all RoutingIntent child resources of the VirtualHub.

ListNextAsync(IRoutingIntentOperations, String, CancellationToken)

Retrieves the details of all RoutingIntent child resources of the VirtualHub.

Applies to