IntegrationFabric.DefinitionStages.WithProperties Interface

public static interface IntegrationFabric.DefinitionStages.WithProperties

The stage of the IntegrationFabric definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(IntegrationFabricProperties properties)

Specifies the properties property: The properties property..

Method Details

withProperties

public abstract IntegrationFabric.DefinitionStages.WithCreate withProperties(IntegrationFabricProperties properties)

Specifies the properties property: The properties property..

Parameters:

properties - The properties property.

Returns:

the next definition stage.

Applies to