ServiceGatewayUpdateServicesRequest interface
Properties of the service gateway update services request.
Properties
| action | Specifies the type of update operation to perform on services within the service gateway.
|
| service |
Collection of service updates. |
Property Details
action
Specifies the type of update operation to perform on services within the service gateway.
- FullUpdate: Replaces all existing services with the new list provided in the request. Any previously defined services not included will be removed.
- PartialUpdate: Updates only the specified services.
action?: string
Property Value
string
serviceRequests
Collection of service updates.
serviceRequests?: ServiceGatewayServiceRequest[]