Interface Workspace.UpdateStages.WithFailover
- All Known Subinterfaces:
Workspace.Update
- Enclosing interface:
Workspace.UpdateStages
public static interface Workspace.UpdateStages.WithFailover
The stage of the Workspace update allowing to specify failover.
-
Method Summary
Modifier and TypeMethodDescriptionwithFailover(WorkspaceFailoverProperties failover) Specifies the failover property: workspace failover properties..
-
Method Details
-
withFailover
Specifies the failover property: workspace failover properties..- Parameters:
failover- workspace failover properties.- Returns:
- the next definition stage.
-