Uses of Class
com.microsoft.azure.toolkit.lib.storage.share.ShareFile
-
Packages that use ShareFile Package Description com.microsoft.azure.toolkit.lib.storage.share -
-
Uses of ShareFile in com.microsoft.azure.toolkit.lib.storage.share
Subclasses of ShareFile in com.microsoft.azure.toolkit.lib.storage.share Modifier and Type Class Description classShareFileDraftFields in com.microsoft.azure.toolkit.lib.storage.share declared as ShareFile Modifier and Type Field Description private ShareFileShareFileDraft. originMethods in com.microsoft.azure.toolkit.lib.storage.share that return ShareFile Modifier and Type Method Description protected ShareFileShareFileModule. newResource(com.azure.storage.file.share.models.ShareFileItem item)protected ShareFileShareFileModule. newResource(String name, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.storage.share that return types with arguments of type ShareFile Modifier and Type Method Description protected com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,com.azure.storage.file.share.models.ShareFileItem>ShareFileModule. newDraftForCreate(String name, String rgName)protected com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,com.azure.storage.file.share.models.ShareFileItem>ShareFileModule. newDraftForUpdate(ShareFile shareFile)Methods in com.microsoft.azure.toolkit.lib.storage.share with parameters of type ShareFile Modifier and Type Method Description protected com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<ShareFile,com.azure.storage.file.share.models.ShareFileItem>ShareFileModule. newDraftForUpdate(ShareFile shareFile)Constructors in com.microsoft.azure.toolkit.lib.storage.share with parameters of type ShareFile Constructor Description ShareFile(ShareFile origin)copy constructorShareFileDraft(ShareFile origin)
-