ServiceGatewayAddressLocation.AddressUpdateAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)