Interface StorageInsight.DefinitionStages.WithStorageAccount
- All Known Subinterfaces:
StorageInsight.Definition, StorageInsight.DefinitionStages.WithCreate
- Enclosing interface:
StorageInsight.DefinitionStages
public static interface StorageInsight.DefinitionStages.WithStorageAccount
The stage of the StorageInsight definition allowing to specify storageAccount.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageAccount(StorageAccount storageAccount) Specifies the storageAccount property: The storage account connection details.
-
Method Details
-
withStorageAccount
Specifies the storageAccount property: The storage account connection details.- Parameters:
storageAccount- The storage account connection details.- Returns:
- the next definition stage.
-