Interface Troubleshooting.DefinitionStages.WithStorageAccount
- All Known Subinterfaces:
Troubleshooting.Definition
- Enclosing interface:
- Troubleshooting.DefinitionStages
public static interface Troubleshooting.DefinitionStages.WithStorageAccount
Sets the storage account to save the troubleshoot result.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageAccount(String storageAccountId) Set the storageAccountId value.
-
Method Details
-
withStorageAccount
Set the storageAccountId value.- Parameters:
storageAccountId- the ID for the storage account to save the troubleshoot result- Returns:
- the next stage of definition.
-