Condividi tramite


ServiceGatewayAddressLocation.AddressUpdateAction Property

Definition

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.
public Azure.ResourceManager.Network.Models.AddressUpdateAction? AddressUpdateAction { get; set; }
member this.AddressUpdateAction : Nullable<Azure.ResourceManager.Network.Models.AddressUpdateAction> with get, set
Public Property AddressUpdateAction As Nullable(Of AddressUpdateAction)

Property Value

Applies to