SharedAccessAccountService Enum
- java.
lang. Object - java.
lang. Enum<SharedAccessAccountService> - com.
microsoft. azure. storage. SharedAccessAccountService
- com.
- java.
public enum SharedAccessAccountService
Specifies the set of possible services for a shared access account policy.
Fields
BLOB |
Permission to access blob resources granted. |
FILE |
Permission to access file resources granted. |
QUEUE |
Permission to access queue resources granted. |
TABLE |
Permission to access table resources granted. |
value |
Methods
servicesFromString(String servicesString)
public static EnumSet
Creates an EnumSet<SharedAccessAccountService> from the specified services string.
Parameters
- servicesString
- String
String
which represents the SharedAccessAccountServices
.
Returns
EnumSet<SharedAccessAccountService >
A EnumSet<SharedAccessAccountService> generated from the given String
.
servicesToString(EnumSet<SharedAccessAccountService> services)
public static String servicesToString(EnumSet
Converts the given services to a .
Parameters
- services
- EnumSet<SharedAccessAccountService>
String
.
Returns
String
A String
which represents the SharedAccessAccountServices
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java