| 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.
|
Copyright © 2017. All Rights Reserved.