RoutingIntentCreateOrUpdate interface
Metódusok
| delete(Routing |
Törli a RoutingIntent parancsot. |
| get(Routing |
Lekéri a RoutingIntent adatait. |
| put(Routing |
Létrehoz egy RoutingIntent erőforrást, ha még nem létezik, frissíti a meglévő RoutingIntentet. |
Metódus adatai
delete(RoutingIntentDeleteParameters)
Törli a RoutingIntent parancsot.
function delete(options: RoutingIntentDeleteParameters): StreamableMethod<RoutingIntentDelete200Response | RoutingIntentDelete202Response | RoutingIntentDelete204Response | RoutingIntentDeleteDefaultResponse>
Paraméterek
- options
- RoutingIntentDeleteParameters
Válaszok
get(RoutingIntentGetParameters)
Lekéri a RoutingIntent adatait.
function get(options: RoutingIntentGetParameters): StreamableMethod<RoutingIntentGet200Response | RoutingIntentGetDefaultResponse>
Paraméterek
- options
- RoutingIntentGetParameters
Válaszok
put(RoutingIntentCreateOrUpdateParameters)
Létrehoz egy RoutingIntent erőforrást, ha még nem létezik, frissíti a meglévő RoutingIntentet.
function put(options: RoutingIntentCreateOrUpdateParameters): StreamableMethod<RoutingIntentCreateOrUpdate200Response | RoutingIntentCreateOrUpdate201Response | RoutingIntentCreateOrUpdateDefaultResponse>