IntegrationAccount.DefinitionStages.WithState Interface

public static interface IntegrationAccount.DefinitionStages.WithState

The stage of the IntegrationAccount definition allowing to specify state.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withState(WorkflowState state)

Specifies the state property: The workflow state..

Method Details

withState

public abstract IntegrationAccount.DefinitionStages.WithCreate withState(WorkflowState state)

Specifies the state property: The workflow state..

Parameters:

state - The workflow state.

Returns:

the next definition stage.

Applies to