Share.UpdateStages.WithAzureContainerInfo Interface

public static interface Share.UpdateStages.WithAzureContainerInfo

The stage of the Share update allowing to specify azureContainerInfo.

Method Summary

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

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

Method Details

withAzureContainerInfo

public abstract Share.Update 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