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 Details

    • withTypePropertiesType

      BackendContract.DefinitionStages.WithCreate withTypePropertiesType(BackendType typePropertiesType)
      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.