Interface StorageFile.Draft<T extends StorageFile,​R>

  • All Superinterfaces:
    com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<T,​R>
    All Known Implementing Classes:
    BlobFileDraft, ShareFileDraft
    Enclosing interface:
    StorageFile

    public static interface StorageFile.Draft<T extends StorageFile,​R>
    extends com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<T,​R>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setDirectory​(Boolean directory)  
      void setSourceFile​(Path source)  
      • Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft

        asResource, commit, createIfNotExist, createResourceInAzure, getModule, getName, getOrigin, getResourceGroupName, isModified, reset, updateIfExist, updateResourceInAzure
    • Method Detail

      • setDirectory

        void setDirectory​(Boolean directory)
      • setSourceFile

        void setSourceFile​(Path source)