Interface MyWorkbook.DefinitionStages.WithStorageUri

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

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

    • withStorageUri

      MyWorkbook.DefinitionStages.WithCreate withStorageUri(String storageUri)
      Specifies the storageUri property: BYOS Storage Account URI.
      Parameters:
      storageUri - BYOS Storage Account URI.
      Returns:
      the next definition stage.