RoutingIntentOperationsExtensions Class

Definition

Extension methods for RoutingIntentOperations.

public static class RoutingIntentOperationsExtensions
type RoutingIntentOperationsExtensions = class
Public Module RoutingIntentOperationsExtensions
Inheritance
RoutingIntentOperationsExtensions

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