| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| com.azure.storage.file.share.options |
Package containing options model classes used by Azure Storage File Shares.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedFlux<ShareSignedIdentifier> |
ShareAsyncClient.getAccessPolicy(ShareGetAccessPolicyOptions options)
Retrieves stored access policies specified for the share.
|
com.azure.core.http.rest.PagedIterable<ShareSignedIdentifier> |
ShareClient.getAccessPolicy(ShareGetAccessPolicyOptions options)
Retrieves stored access policies specified for the share.
|
| Modifier and Type | Method and Description |
|---|---|
ShareGetAccessPolicyOptions |
ShareGetAccessPolicyOptions.setRequestConditions(ShareRequestConditions requestConditions) |
Copyright © 2021 Microsoft Corporation. All rights reserved.