SasProtocol Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. storage. common. sas. SasProtocol
- com.
- java.
public enum SasProtocol
extends Enum<SasProtocol>
Specifies the set of possible permissions for a shared access signature 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 inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
parse(String str)
public static SasProtocol parse(String str)
Parses a String
into a SASProtocol
value if possible.
Parameters
- str
- String
Returns
A
SasProtocol
value that represents the string if possible.
toString()
valueOf(String name)
values()
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java