Class AddressUpdateAction

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AddressUpdateAction>
com.azure.resourcemanager.network.models.AddressUpdateAction
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AddressUpdateAction extends com.azure.core.util.ExpandableStringEnum<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.
  • Field Details

    • FULL_UPDATE

      public static final AddressUpdateAction FULL_UPDATE
      Static value FullUpdate for AddressUpdateAction.
    • PARTIAL_UPDATE

      public static final AddressUpdateAction PARTIAL_UPDATE
      Static value PartialUpdate for AddressUpdateAction.
  • Constructor Details

    • AddressUpdateAction

      @Deprecated public AddressUpdateAction()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AddressUpdateAction value.
  • Method Details

    • fromString

      public static AddressUpdateAction fromString(String name)
      Creates or finds a AddressUpdateAction from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AddressUpdateAction.
    • values

      public static Collection<AddressUpdateAction> values()
      Gets known AddressUpdateAction values.
      Returns:
      known AddressUpdateAction values.