RoutingIntentOperationsOperations interface

Interface representing a RoutingIntentOperations operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

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

delete

Deletes a RoutingIntent.

get

Retrieves the details of a RoutingIntent.

list

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

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, virtualHubName: string, routingIntentName: string, routingIntentParameters: RoutingIntent, options?: RoutingIntentOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RoutingIntent>, RoutingIntent>>

Property Value

(resourceGroupName: string, virtualHubName: string, routingIntentName: string, routingIntentParameters: RoutingIntent, options?: RoutingIntentOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<RoutingIntent>, RoutingIntent>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, virtualHubName: string, routingIntentName: string, routingIntentParameters: RoutingIntent, options?: RoutingIntentOperationsCreateOrUpdateOptionalParams) => Promise<RoutingIntent>

Property Value

(resourceGroupName: string, virtualHubName: string, routingIntentName: string, routingIntentParameters: RoutingIntent, options?: RoutingIntentOperationsCreateOrUpdateOptionalParams) => Promise<RoutingIntent>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsDeleteOptionalParams) => Promise<void>

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, virtualHubName: string, routingIntentName: string, routingIntentParameters: RoutingIntent, options?: RoutingIntentOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<RoutingIntent>, RoutingIntent>

Property Value

(resourceGroupName: string, virtualHubName: string, routingIntentName: string, routingIntentParameters: RoutingIntent, options?: RoutingIntentOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<RoutingIntent>, RoutingIntent>

delete

Deletes a RoutingIntent.

delete: (resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Retrieves the details of a RoutingIntent.

get: (resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsGetOptionalParams) => Promise<RoutingIntent>

Property Value

(resourceGroupName: string, virtualHubName: string, routingIntentName: string, options?: RoutingIntentOperationsGetOptionalParams) => Promise<RoutingIntent>

list

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

list: (resourceGroupName: string, virtualHubName: string, options?: RoutingIntentOperationsListOptionalParams) => PagedAsyncIterableIterator<RoutingIntent, RoutingIntent[], PageSettings>

Property Value

(resourceGroupName: string, virtualHubName: string, options?: RoutingIntentOperationsListOptionalParams) => PagedAsyncIterableIterator<RoutingIntent, RoutingIntent[], PageSettings>