StorageInsight.DefinitionStages.WithStorageAccount Interface

public static interface StorageInsight.DefinitionStages.WithStorageAccount

The stage of the StorageInsight definition allowing to specify storageAccount.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withStorageAccount(StorageAccount storageAccount)

Specifies the storageAccount property: The storage account connection details.

Method Details

withStorageAccount

public abstract StorageInsight.DefinitionStages.WithCreate withStorageAccount(StorageAccount storageAccount)

Specifies the storageAccount property: The storage account connection details.

Parameters:

storageAccount - The storage account connection details.

Returns:

the next definition stage.

Applies to