Uses of Class
com.azure.resourcemanager.network.models.UpdateAction
Packages that use UpdateAction
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of UpdateAction in com.azure.resourcemanager.network.models
Subclasses with type arguments of type UpdateAction in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classSpecifies the type of update operation to perform on address locations within the service gatewayFields in com.azure.resourcemanager.network.models declared as UpdateActionModifier and TypeFieldDescriptionstatic final UpdateActionUpdateAction.FULL_UPDATEStatic value FullUpdate for UpdateAction.static final UpdateActionUpdateAction.PARTIAL_UPDATEStatic value PartialUpdate for UpdateAction.Methods in com.azure.resourcemanager.network.models that return UpdateActionModifier and TypeMethodDescriptionServiceGatewayUpdateAddressLocationsRequest.action()Get the action property: Specifies the type of update operation to perform on address locations within the service gatewaystatic UpdateActionUpdateAction.fromString(String name) Creates or finds a UpdateAction from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type UpdateActionModifier and TypeMethodDescriptionstatic Collection<UpdateAction> UpdateAction.values()Gets known UpdateAction values.Methods in com.azure.resourcemanager.network.models with parameters of type UpdateActionModifier and TypeMethodDescriptionServiceGatewayUpdateAddressLocationsRequest.withAction(UpdateAction action) Set the action property: Specifies the type of update operation to perform on address locations within the service gateway