StorageInsight.UpdateStages.WithStorageAccount Interface

public static interface StorageInsight.UpdateStages.WithStorageAccount

The stage of the StorageInsight update allowing to specify storageAccount.

Method Summary

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

Specifies the storageAccount property: The storage account connection details.

Method Details

withStorageAccount

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