Interface MyWorkbook.UpdateStages.WithStorageUri

All Known Subinterfaces:
MyWorkbook.Update
Enclosing interface:
MyWorkbook.UpdateStages

public static interface MyWorkbook.UpdateStages.WithStorageUri
The stage of the MyWorkbook update allowing to specify storageUri.
  • Method Summary

    Modifier and Type
    Method
    Description
    withStorageUri(String storageUri)
    Specifies the storageUri property: BYOS Storage Account URI.
  • Method Details

    • withStorageUri

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