ServiceGatewayAddressLocation interface
Properties of the service gateway address location.
Properties
| addresses | An array of addresses to create or update in locations. |
| address |
Location to update |
| address |
Specifies the type of update operation to perform on addresses within the address location of service gateway.
|
Property Details
addresses
An array of addresses to create or update in locations.
addresses?: ServiceGatewayAddress[]
Property Value
addressLocation
Location to update
addressLocation?: string
Property Value
string
addressUpdateAction
Specifies the type of update operation to perform on addresses within the address location of service gateway.
- FullUpdate: Replaces all existing address data with the new list provided in the request. Any previously defined addresses not included will be removed.
- PartialUpdate: Updates only the specified addresses.
addressUpdateAction?: string
Property Value
string