SqlPool.DefinitionStages.WithProvisioningState Interface

public static interface SqlPool.DefinitionStages.WithProvisioningState

The stage of the SqlPool definition allowing to specify provisioningState.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProvisioningState(String provisioningState)

Specifies the provisioningState property: Resource state.

Method Details

withProvisioningState

public abstract SqlPool.DefinitionStages.WithCreate withProvisioningState(String provisioningState)

Specifies the provisioningState property: Resource state.

Parameters:

provisioningState - Resource state.

Returns:

the next definition stage.

Applies to