| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| Modifier and Type | Method and Description |
|---|---|
ShareInfo |
ShareClient.create()
Creates the share in the storage account.
|
ShareInfo |
ShareClient.setAccessPolicy(List<ShareSignedIdentifier> permissions)
Sets stored access policies for the share.
|
ShareInfo |
ShareClient.setMetadata(Map<String,String> metadata)
Sets the user-defined metadata to associate to the share.
|
ShareInfo |
ShareClient.setProperties(ShareSetPropertiesOptions options)
Sets the share's properties.
|
ShareInfo |
ShareClient.setQuota(int quotaInGB)
Deprecated.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.