Factory.DefinitionStages.WithPublicNetworkAccess Interface

public static interface Factory.DefinitionStages.WithPublicNetworkAccess

The stage of the Factory definition allowing to specify publicNetworkAccess.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)

Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..

Method Details

withPublicNetworkAccess

public abstract Factory.DefinitionStages.WithCreate withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)

Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..

Parameters:

publicNetworkAccess - Whether or not public network access is allowed for the data factory.

Returns:

the next definition stage.

Applies to