-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.azure.data.tables.sas.TableSasProtocol.yml
95 lines (95 loc) · 6.28 KB
/
com.azure.data.tables.sas.TableSasProtocol.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
### YamlMime:JavaEnum
uid: "com.azure.data.tables.sas.TableSasProtocol"
fullName: "com.azure.data.tables.sas.TableSasProtocol"
name: "TableSasProtocol"
nameWithType: "TableSasProtocol"
summary: "Specifies the set of possible permissions for 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 **TableSasProtocol**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a><<xref href=\"com.azure.data.tables.sas.TableSasProtocol?alt=com.azure.data.tables.sas.TableSasProtocol&text=TableSasProtocol\" data-throw-if-not-resolved=\"False\" />>"
fields:
- uid: "com.azure.data.tables.sas.TableSasProtocol.HTTPS_HTTP"
fullName: "com.azure.data.tables.sas.TableSasProtocol.HTTPS_HTTP"
name: "HTTPS_HTTP"
nameWithType: "TableSasProtocol.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.data.tables.sas.TableSasProtocol.HTTPS_ONLY"
fullName: "com.azure.data.tables.sas.TableSasProtocol.HTTPS_ONLY"
name: "HTTPS_ONLY"
nameWithType: "TableSasProtocol.HTTPS_ONLY"
summary: "Permission to use SAS only through https granted."
desc: "Permission to use SAS only through https granted."
methods:
- uid: "com.azure.data.tables.sas.TableSasProtocol.parse(java.lang.String)"
fullName: "com.azure.data.tables.sas.TableSasProtocol.parse(String str)"
name: "parse(String str)"
nameWithType: "TableSasProtocol.parse(String str)"
summary: "Parses a `String` into a <xref uid=\"com.azure.data.tables.sas.TableSasProtocol\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableSasProtocol\"></xref> 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 TableSasProtocol parse(String str)"
desc: "Parses a `String` into a <xref uid=\"com.azure.data.tables.sas.TableSasProtocol\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableSasProtocol\"></xref> value if possible."
returns:
description: "A <code>SasProtocol</code> value that represents the string if possible."
type: "<xref href=\"com.azure.data.tables.sas.TableSasProtocol?alt=com.azure.data.tables.sas.TableSasProtocol&text=TableSasProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.sas.TableSasProtocol.toString()"
fullName: "com.azure.data.tables.sas.TableSasProtocol.toString()"
name: "toString()"
nameWithType: "TableSasProtocol.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.data.tables.sas.TableSasProtocol.valueOf(java.lang.String)"
fullName: "com.azure.data.tables.sas.TableSasProtocol.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "TableSasProtocol.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 TableSasProtocol valueOf(String name)"
returns:
type: "<xref href=\"com.azure.data.tables.sas.TableSasProtocol?alt=com.azure.data.tables.sas.TableSasProtocol&text=TableSasProtocol\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.sas.TableSasProtocol.values()"
fullName: "com.azure.data.tables.sas.TableSasProtocol.values()"
name: "values()"
nameWithType: "TableSasProtocol.values()"
modifiers:
- "static"
syntax: "public static TableSasProtocol[] values()"
returns:
type: "<xref href=\"com.azure.data.tables.sas.TableSasProtocol?alt=com.azure.data.tables.sas.TableSasProtocol&text=TableSasProtocol\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Specifies the set of possible permissions for Shared Access Signature protocol."
metadata: {}
package: "com.azure.data.tables.sas"
artifact: com.azure:azure-data-tables:12.4.6