IntegrationAccountMap.DefinitionStages.WithParametersSchema Interface

public static interface IntegrationAccountMap.DefinitionStages.WithParametersSchema

The stage of the IntegrationAccountMap definition allowing to specify parametersSchema.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withParametersSchema(IntegrationAccountMapPropertiesParametersSchema parametersSchema)

Specifies the parametersSchema property: The parameters schema of integration account map..

Method Details

withParametersSchema

public abstract IntegrationAccountMap.DefinitionStages.WithCreate withParametersSchema(IntegrationAccountMapPropertiesParametersSchema parametersSchema)

Specifies the parametersSchema property: The parameters schema of integration account map..

Parameters:

parametersSchema - The parameters schema of integration account map.

Returns:

the next definition stage.

Applies to