Interface Troubleshooting.DefinitionStages.WithStoragePath
-
- All Known Subinterfaces:
Troubleshooting.Definition
- Enclosing interface:
- Troubleshooting.DefinitionStages
public static interface Troubleshooting.DefinitionStages.WithStoragePathSets the path to the blob to save the troubleshoot result in.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Troubleshooting.DefinitionStages.WithExecutewithStoragePath(String storagePath)Specifies the storage path.
-
-
-
Method Detail
-
withStoragePath
Troubleshooting.DefinitionStages.WithExecute withStoragePath(String storagePath)
Specifies the storage path.- Parameters:
storagePath- the storage path- Returns:
- the next stage of definition.
-
-