Interface Troubleshooting.DefinitionStages.WithStorageAccount
-
- All Known Subinterfaces:
Troubleshooting.Definition
- Enclosing interface:
- Troubleshooting.DefinitionStages
public static interface Troubleshooting.DefinitionStages.WithStorageAccountSets the storage account to save the troubleshoot result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Troubleshooting.DefinitionStages.WithStoragePathwithStorageAccount(String storageAccountId)Set the storageAccountId value.
-
-
-
Method Detail
-
withStorageAccount
Troubleshooting.DefinitionStages.WithStoragePath withStorageAccount(String storageAccountId)
Set the storageAccountId value.- Parameters:
storageAccountId- the ID for the storage account to save the troubleshoot result- Returns:
- the next stage of definition.
-
-