RoutingIntentCreateOrUpdate interface
Methods
| delete(Routing |
Deletes a RoutingIntent. |
| get(Routing |
Retrieves the details of a RoutingIntent. |
| put(Routing |
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
- options
- RoutingIntentDeleteParameters
Returns
get(RoutingIntentGetParameters)
Retrieves the details of a RoutingIntent.
function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>
Parameters
- options
- RoutingIntentGetParameters
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>