UpdateAction type
Specifies the type of update operation to perform on address locations within the service gateway.
- FullUpdate: Replaces all existing address location data with the new list provided in the request. Any previously defined locations not included will be removed.
- PartialUpdate: Updates only the specified address locations.
KnownUpdateAction can be used interchangeably with UpdateAction, this enum contains the known values that the service supports.
Known values supported by the service
FullUpdate: FullUpdate
PartialUpdate: PartialUpdate
type UpdateAction = string