ShareDirectoryClient.create Method
Definition
Creates a directory in the file share and returns a response of ShareDirectoryInfo to interact with it.
Code Samples
Create the directory
shareDirectoryClient.create();
System.out.println("Completed creating the directory. ");
For more information, see the Azure Docs.
public ShareDirectoryInfo create()