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