Uses of Class
com.azure.storage.file.share.models.ShareDirectoryInfo
Packages that use ShareDirectoryInfo
Package
Description
This package contains the classes to perform actions on Azure Storage File.
-
Uses of ShareDirectoryInfo in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareDirectoryInfoModifier and TypeMethodDescriptionShareDirectoryClient.create()Creates a directory in the file share and returns a response ofShareDirectoryInfoto interact with it.ShareDirectoryClient.createIfNotExists()Creates a directory in the file share if it does not exist.ShareDirectoryClient.setProperties(FileSmbProperties smbProperties, String filePermission) Sets the properties of this directory.Methods in com.azure.storage.file.share that return types with arguments of type ShareDirectoryInfoModifier and TypeMethodDescriptionShareDirectoryAsyncClient.create()Creates this directory in the file share and returns a response ofShareDirectoryInfoto interact with it.ShareDirectoryAsyncClient.createIfNotExists()Creates this directory in the file share if it does not exist.Mono<com.azure.core.http.rest.Response<ShareDirectoryInfo>> ShareDirectoryAsyncClient.createIfNotExistsWithResponse(ShareDirectoryCreateOptions options) Creates a directory in the file share if it does not exist.com.azure.core.http.rest.Response<ShareDirectoryInfo> ShareDirectoryClient.createIfNotExistsWithResponse(ShareDirectoryCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a directory in the file share if it does not exist.Mono<com.azure.core.http.rest.Response<ShareDirectoryInfo>> ShareDirectoryAsyncClient.createWithResponse(FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata) Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.Mono<com.azure.core.http.rest.Response<ShareDirectoryInfo>> ShareDirectoryAsyncClient.createWithResponse(ShareDirectoryCreateOptions options) Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.com.azure.core.http.rest.Response<ShareDirectoryInfo> ShareDirectoryClient.createWithResponse(FileSmbProperties smbProperties, String filePermission, Map<String, String> metadata, Duration timeout, com.azure.core.util.Context context) Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.com.azure.core.http.rest.Response<ShareDirectoryInfo> ShareDirectoryClient.createWithResponse(ShareDirectoryCreateOptions options, Duration timeout, com.azure.core.util.Context context) Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.ShareDirectoryAsyncClient.setProperties(FileSmbProperties smbProperties, String filePermission) Sets the properties of this directory.Mono<com.azure.core.http.rest.Response<ShareDirectoryInfo>> ShareDirectoryAsyncClient.setPropertiesWithResponse(FileSmbProperties smbProperties, String filePermission) Sets the properties of this directory.Mono<com.azure.core.http.rest.Response<ShareDirectoryInfo>> ShareDirectoryAsyncClient.setPropertiesWithResponse(ShareDirectorySetPropertiesOptions options) Sets the properties of this directory.com.azure.core.http.rest.Response<ShareDirectoryInfo> ShareDirectoryClient.setPropertiesWithResponse(FileSmbProperties smbProperties, String filePermission, Duration timeout, com.azure.core.util.Context context) Sets the properties of this directory.com.azure.core.http.rest.Response<ShareDirectoryInfo> ShareDirectoryClient.setPropertiesWithResponse(ShareDirectorySetPropertiesOptions options, Duration timeout, com.azure.core.util.Context context) Sets the properties of this directory.