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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java