Share via


ServiceGatewayUpdateAddressLocationsRequest interface

Properties of the service gateway update address locations request.

Properties

action

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.
addressLocations

An array of address locations to create or update.

Property Details

action

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.
action?: string

Property Value

string

addressLocations

An array of address locations to create or update.

addressLocations?: ServiceGatewayAddressLocation[]

Property Value