Interface Workbook.DefinitionStages.WithStorageUri

All Known Subinterfaces:
Workbook.Definition, Workbook.DefinitionStages.WithCreate
Enclosing interface:
Workbook.DefinitionStages

public static interface Workbook.DefinitionStages.WithStorageUri
The stage of the Workbook definition allowing to specify storageUri.
  • Method Details

    • withStorageUri

      Workbook.DefinitionStages.WithCreate withStorageUri(String storageUri)
      Specifies the storageUri property: The resourceId to the storage account when bring your own storage is used.
      Parameters:
      storageUri - The resourceId to the storage account when bring your own storage is used.
      Returns:
      the next definition stage.