| Package | Description |
|---|---|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| Modifier and Type | Method and Description |
|---|---|
ShareAccessPolicy |
ShareSignedIdentifier.getAccessPolicy()
Get the accessPolicy property: The access policy.
|
ShareAccessPolicy |
ShareAccessPolicy.setExpiresOn(OffsetDateTime expiresOn)
Set the expiresOn property: The date-time the policy expires.
|
ShareAccessPolicy |
ShareAccessPolicy.setPermissions(String permissions)
Set the permissions property: The permissions for the ACL policy.
|
ShareAccessPolicy |
ShareAccessPolicy.setStartsOn(OffsetDateTime startsOn)
Set the startsOn property: The date-time the policy is active.
|
| Modifier and Type | Method and Description |
|---|---|
ShareSignedIdentifier |
ShareSignedIdentifier.setAccessPolicy(ShareAccessPolicy accessPolicy)
Set the accessPolicy property: The access policy.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.