azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.common.sa...

96 строки
5.9 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.storage.common.sas.SasProtocol"
fullName: "com.azure.storage.common.sas.SasProtocol"
name: "SasProtocol"
nameWithType: "SasProtocol"
summary: "Specifies the set of possible permissions for a shared access signature protocol."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **SasProtocol**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.storage.common.sas.SasProtocol?alt=com.azure.storage.common.sas.SasProtocol&text=SasProtocol\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.storage.common.sas.SasProtocol.HTTPS_HTTP"
fullName: "com.azure.storage.common.sas.SasProtocol.HTTPS_HTTP"
name: "HTTPS_HTTP"
nameWithType: "SasProtocol.HTTPS_HTTP"
summary: "Permission to use SAS only through https or http granted."
desc: "Permission to use SAS only through https or http granted."
- uid: "com.azure.storage.common.sas.SasProtocol.HTTPS_ONLY"
fullName: "com.azure.storage.common.sas.SasProtocol.HTTPS_ONLY"
name: "HTTPS_ONLY"
nameWithType: "SasProtocol.HTTPS_ONLY"
summary: "Permission to use SAS only through https granted."
desc: "Permission to use SAS only through https granted."
methods:
- uid: "com.azure.storage.common.sas.SasProtocol.parse(java.lang.String)"
fullName: "com.azure.storage.common.sas.SasProtocol.parse(String str)"
name: "parse(String str)"
nameWithType: "SasProtocol.parse(String str)"
summary: "Parses a `String` into a `SASProtocol` value if possible."
modifiers:
- "static"
parameters:
- description: "The value to try to parse."
name: "str"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static SasProtocol parse(String str)"
desc: "Parses a `String` into a `SASProtocol` value if possible."
returns:
description: "A <code>SasProtocol</code> value that represents the string if possible."
type: "<xref href=\"com.azure.storage.common.sas.SasProtocol?alt=com.azure.storage.common.sas.SasProtocol&text=SasProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.common.sas.SasProtocol.toString()"
fullName: "com.azure.storage.common.sas.SasProtocol.toString()"
name: "toString()"
nameWithType: "SasProtocol.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.common.sas.SasProtocol.valueOf(java.lang.String)"
fullName: "com.azure.storage.common.sas.SasProtocol.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "SasProtocol.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static SasProtocol valueOf(String name)"
returns:
type: "<xref href=\"com.azure.storage.common.sas.SasProtocol?alt=com.azure.storage.common.sas.SasProtocol&text=SasProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.common.sas.SasProtocol.values()"
fullName: "com.azure.storage.common.sas.SasProtocol.values()"
name: "values()"
nameWithType: "SasProtocol.values()"
modifiers:
- "static"
syntax: "public static SasProtocol[] values()"
returns:
type: "<xref href=\"com.azure.storage.common.sas.SasProtocol?alt=com.azure.storage.common.sas.SasProtocol&text=SasProtocol\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Specifies the set of possible permissions for a shared access signature protocol."
metadata: {}
package: "com.azure.storage.common.sas"
artifact: com.azure:azure-storage-common:12.26.1