Interface Troubleshooting.DefinitionStages.WithStoragePath
- All Known Subinterfaces:
Troubleshooting.Definition
- Enclosing interface:
Troubleshooting.DefinitionStages
public static interface Troubleshooting.DefinitionStages.WithStoragePath
Sets the path to the blob to save the troubleshoot result in.
-
Method Summary
Modifier and TypeMethodDescriptionwithStoragePath(String storagePath) Specifies the storage path.
-
Method Details
-
withStoragePath
Specifies the storage path.- Parameters:
storagePath- the storage path- Returns:
- the next stage of definition.
-