Workspace.DefinitionStages.WithAllowPublicAccessWhenBehindVnet Interface

public static interface Workspace.DefinitionStages.WithAllowPublicAccessWhenBehindVnet

The stage of the Workspace definition allowing to specify allowPublicAccessWhenBehindVnet.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAllowPublicAccessWhenBehindVnet(Boolean allowPublicAccessWhenBehindVnet)

Specifies the allowPublicAccessWhenBehindVnet property: The flag to indicate whether to allow public access when behind VNet..

Method Details

withAllowPublicAccessWhenBehindVnet

public abstract Workspace.DefinitionStages.WithCreate withAllowPublicAccessWhenBehindVnet(Boolean allowPublicAccessWhenBehindVnet)

Specifies the allowPublicAccessWhenBehindVnet property: The flag to indicate whether to allow public access when behind VNet..

Parameters:

allowPublicAccessWhenBehindVnet - The flag to indicate whether to allow public access when behind VNet.

Returns:

the next definition stage.

Applies to