Interface SqlPool.UpdateStages.WithProvisioningState

All Known Subinterfaces:
SqlPool.Update
Enclosing interface:
SqlPool.UpdateStages

public static interface SqlPool.UpdateStages.WithProvisioningState
The stage of the SqlPool update allowing to specify provisioningState.
  • Method Summary

    Modifier and Type
    Method
    Description
    withProvisioningState(String provisioningState)
    Specifies the provisioningState property: Resource state.
  • Method Details

    • withProvisioningState

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