SharedAccessProtocols Enum
- java.
lang. Object - java.
lang. Enum<SharedAccessProtocols> - com.
microsoft. azure. storage. SharedAccessProtocols
- com.
- java.
public enum SharedAccessProtocols
Specifies the set of possible permissions for a shared access protocol.
Fields
HTTPS_HTTP |
Permission to use SAS only through https or http granted. |
HTTPS_ONLY |
Permission to use SAS only through https granted. |
Methods
toString()
public String toString()
Returns
String
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