FileSharePermissions Class
- java.
lang. Object - Permissions<T>
- com.
microsoft. azure. storage. file. FileSharePermissions
- com.
public class FileSharePermissions extends Permissions
Represents the permissions for a share.
The share's permissions encompass its access policies, represented by the getSharedAccessPolicies() method. This setting references a collection of shared access policies for the share. A shared access policy may be used to control the start time, expiry time, and permissions for one or more shared access signatures. A shared access signature provides delegated access to the share's resources. For more information on managing share permissions, see Managing Access to Shares and Files.
Inherited Members
Applies to
Azure SDK for Java