Share via


RoutingIntentCreateOrUpdate interface

Methods

delete(RoutingIntentDeleteParameters)

Deletes a RoutingIntent.

get(RoutingIntentGetParameters)

Retrieves the details of a RoutingIntent.

put(RoutingIntentCreateOrUpdateParameters)

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

Method Details

delete(RoutingIntentDeleteParameters)

Deletes a RoutingIntent.

function delete(options: RoutingIntentDeleteParameters): StreamableMethod<RoutingIntentDelete200Response | RoutingIntentDelete202Response | RoutingIntentDelete204Response | RoutingIntentDeleteDefaultResponse>

Parameters

Returns

get(RoutingIntentGetParameters)

Retrieves the details of a RoutingIntent.

function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>

Parameters

Returns

put(RoutingIntentCreateOrUpdateParameters)

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

function put(options: RoutingIntentCreateOrUpdateParameters): StreamableMethod<RoutingIntentCreateOrUpdate200Response | RoutingIntentCreateOrUpdate201Response | RoutingIntentCreateOrUpdateDefaultResponse>

Parameters

Returns