Interface SqlPool.DefinitionStages.WithProvisioningState

All Known Subinterfaces:
SqlPool.Definition, SqlPool.DefinitionStages.WithCreate
Enclosing interface:
SqlPool.DefinitionStages

public static interface SqlPool.DefinitionStages.WithProvisioningState
The stage of the SqlPool definition allowing to specify provisioningState.
  • Method Details

    • withProvisioningState

      SqlPool.DefinitionStages.WithCreate withProvisioningState(String provisioningState)
      Specifies the provisioningState property: Resource state.
      Parameters:
      provisioningState - Resource state.
      Returns:
      the next definition stage.