| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| com.microsoft.azure.storage.file |
This package contains the storage service file classes.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFileClient |
CloudStorageAccount.createCloudFileClient()
Creates a new File service client.
|
| Modifier and Type | Method and Description |
|---|---|
CloudFileClient |
CloudFileShare.getServiceClient()
Returns the File service client associated with this share.
|
CloudFileClient |
CloudFileDirectory.getServiceClient()
Returns the File service client associated with this directory.
|
CloudFileClient |
CloudFile.getServiceClient()
Returns the file service client associated with the file.
|
| Constructor and Description |
|---|
CloudFileShare(String shareName,
String snapshotID,
CloudFileClient client)
Creates an instance of the
CloudFileShare class using the specified name and client. |
Copyright © 2018. All Rights Reserved.