Interface ClusterPool.DefinitionStages.WithProperties
- All Known Subinterfaces:
ClusterPool.Definition, ClusterPool.DefinitionStages.WithCreate
- Enclosing interface:
ClusterPool.DefinitionStages
public static interface ClusterPool.DefinitionStages.WithProperties
The stage of the ClusterPool definition allowing to specify properties.
-
Method Summary
Modifier and TypeMethodDescriptionwithProperties(ClusterPoolResourceProperties properties) Specifies the properties property: Gets or sets the properties.
-
Method Details
-
withProperties
Specifies the properties property: Gets or sets the properties. Define cluster pool specific properties..- Parameters:
properties- Gets or sets the properties. Define cluster pool specific properties.- Returns:
- the next definition stage.
-