-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.microsoft.azure.management.appservice.AccessControlEntryAction.yml
47 lines (46 loc) · 2.45 KB
/
com.microsoft.azure.management.appservice.AccessControlEntryAction.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
### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.management.appservice.AccessControlEntryAction.DENY
name: DENY
nameWithType: AccessControlEntryAction.DENY
summary: <p>Enum value Deny. </p>
uid: com.microsoft.azure.management.appservice.AccessControlEntryAction.DENY
- fullName: com.microsoft.azure.management.appservice.AccessControlEntryAction.PERMIT
name: PERMIT
nameWithType: AccessControlEntryAction.PERMIT
summary: <p>Enum value Permit. </p>
uid: com.microsoft.azure.management.appservice.AccessControlEntryAction.PERMIT
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum<AccessControlEntryAction>" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.AccessControlEntryAction.fromString(String value)
name: fromString(String value)
nameWithType: AccessControlEntryAction.fromString(String value)
parameters:
- description: <p>the serialized value to parse. </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the parsed AccessControlEntryAction object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.management.appservice.AccessControlEntryAction?alt=com.microsoft.azure.management.appservice.AccessControlEntryAction&text=AccessControlEntryAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a AccessControlEntryAction instance.</p>
<p></p>
syntax: public static AccessControlEntryAction fromString(String value)
uid: com.microsoft.azure.management.appservice.AccessControlEntryAction.fromString(String)
- fullName: com.microsoft.azure.management.appservice.AccessControlEntryAction.toString()
name: toString()
nameWithType: AccessControlEntryAction.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.management.appservice.AccessControlEntryAction.toString()
nameWithType: AccessControlEntryAction
syntax: public enum AccessControlEntryAction
uid: com.microsoft.azure.management.appservice.AccessControlEntryAction
fullName: com.microsoft.azure.management.appservice.AccessControlEntryAction
name: AccessControlEntryAction
package: com.microsoft.azure.management.appservice
summary: <p>Defines values for AccessControlEntryAction. </p>
metadata: {}