Interface BigDataPoolResourceInfo.DefinitionStages.WithProvisioningState
-
- All Known Subinterfaces:
BigDataPoolResourceInfo.Definition
,BigDataPoolResourceInfo.DefinitionStages.WithCreate
- Enclosing interface:
- BigDataPoolResourceInfo.DefinitionStages
public static interface BigDataPoolResourceInfo.DefinitionStages.WithProvisioningState
The stage of the BigDataPoolResourceInfo definition allowing to specify provisioningState.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDataPoolResourceInfo.DefinitionStages.WithCreate
withProvisioningState(String provisioningState)
Specifies the provisioningState property: The state of the Big Data pool..
-
-
-
Method Detail
-
withProvisioningState
BigDataPoolResourceInfo.DefinitionStages.WithCreate withProvisioningState(String provisioningState)
Specifies the provisioningState property: The state of the Big Data pool..- Parameters:
provisioningState
- The state of the Big Data pool.- Returns:
- the next definition stage.
-
-