Interface Workbook.DefinitionStages.WithSourceIdParameter
- All Known Subinterfaces:
Workbook.Definition,Workbook.DefinitionStages.WithCreate
- Enclosing interface:
- Workbook.DefinitionStages
public static interface Workbook.DefinitionStages.WithSourceIdParameter
The stage of the Workbook definition allowing to specify sourceId.
-
Method Summary
Modifier and TypeMethodDescriptionwithSourceIdParameter(String sourceId) Specifies the sourceId property: Azure Resource Id that will fetch all linked workbooks..
-
Method Details
-
withSourceIdParameter
Specifies the sourceId property: Azure Resource Id that will fetch all linked workbooks..- Parameters:
sourceId- Azure Resource Id that will fetch all linked workbooks.- Returns:
- the next definition stage.
-