Interface BackendContract.DefinitionStages.WithTypePropertiesType
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithTypePropertiesType
The stage of the BackendContract definition allowing to specify typePropertiesType.
-
Method Summary
Modifier and TypeMethodDescriptionwithTypePropertiesType(BackendType typePropertiesType) Specifies the typePropertiesType property: Type of the backend.
-
Method Details
-
withTypePropertiesType
Specifies the typePropertiesType property: Type of the backend. A backend can be either Single or Pool..- Parameters:
typePropertiesType- Type of the backend. A backend can be either Single or Pool.- Returns:
- the next definition stage.
-