Interface SapCentralServerInstance.DefinitionStages.WithMessageServerProperties
- All Known Subinterfaces:
SapCentralServerInstance.Definition
,SapCentralServerInstance.DefinitionStages.WithCreate
- Enclosing interface:
- SapCentralServerInstance.DefinitionStages
public static interface SapCentralServerInstance.DefinitionStages.WithMessageServerProperties
The stage of the SapCentralServerInstance definition allowing to specify messageServerProperties.
-
Method Summary
Modifier and TypeMethodDescriptionwithMessageServerProperties
(MessageServerProperties messageServerProperties) Specifies the messageServerProperties property: Defines the SAP message server properties..
-
Method Details
-
withMessageServerProperties
SapCentralServerInstance.DefinitionStages.WithCreate withMessageServerProperties(MessageServerProperties messageServerProperties) Specifies the messageServerProperties property: Defines the SAP message server properties..- Parameters:
messageServerProperties
- Defines the SAP message server properties.- Returns:
- the next definition stage.
-