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