Class UpdateAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<UpdateAction>
com.azure.resourcemanager.network.models.UpdateAction
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UpdateActionStatic value FullUpdate for UpdateAction.static final UpdateActionStatic value PartialUpdate for UpdateAction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateActionfromString(String name) Creates or finds a UpdateAction from its string representation.static Collection<UpdateAction> values()Gets known UpdateAction values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
FULL_UPDATE
Static value FullUpdate for UpdateAction. -
PARTIAL_UPDATE
Static value PartialUpdate for UpdateAction.
-
-
Constructor Details
-
UpdateAction
Deprecated.Use thefromString(String)factory method.Creates a new instance of UpdateAction value.
-
-
Method Details
-
fromString
Creates or finds a UpdateAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UpdateAction.
-
values
Gets known UpdateAction values.- Returns:
- known UpdateAction values.
-
fromString(String)factory method.