Share.DefinitionStages.WithAzureContainerInfo Interface

public static interface Share.DefinitionStages.WithAzureContainerInfo

The stage of the Share definition allowing to specify azureContainerInfo.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAzureContainerInfo(AzureContainerInfo azureContainerInfo)

Specifies the azureContainerInfo property: Azure container mapping for the share..

Method Details

withAzureContainerInfo

public abstract Share.DefinitionStages.WithCreate withAzureContainerInfo(AzureContainerInfo azureContainerInfo)

Specifies the azureContainerInfo property: Azure container mapping for the share..

Parameters:

azureContainerInfo - Azure container mapping for the share.

Returns:

the next definition stage.

Applies to