53 строки
2.4 KiB
YAML
53 строки
2.4 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.management.eventhub.AccessRights.LISTEN
|
|
name: LISTEN
|
|
nameWithType: AccessRights.LISTEN
|
|
summary: <p>Enum value Listen. </p>
|
|
uid: com.microsoft.azure.management.eventhub.AccessRights.LISTEN
|
|
- fullName: com.microsoft.azure.management.eventhub.AccessRights.MANAGE
|
|
name: MANAGE
|
|
nameWithType: AccessRights.MANAGE
|
|
summary: <p>Enum value Manage. </p>
|
|
uid: com.microsoft.azure.management.eventhub.AccessRights.MANAGE
|
|
- fullName: com.microsoft.azure.management.eventhub.AccessRights.SEND
|
|
name: SEND
|
|
nameWithType: AccessRights.SEND
|
|
summary: <p>Enum value Send. </p>
|
|
uid: com.microsoft.azure.management.eventhub.AccessRights.SEND
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<AccessRights>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.eventhub.AccessRights.fromString(String value)
|
|
name: fromString(String value)
|
|
nameWithType: AccessRights.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 AccessRights object, or null if unable to parse. </p>
|
|
type: <xref href="com.microsoft.azure.management.eventhub.AccessRights?alt=com.microsoft.azure.management.eventhub.AccessRights&text=AccessRights" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Parses a serialized value to a AccessRights instance.</p>
|
|
|
|
<p></p>
|
|
syntax: public static AccessRights fromString(String value)
|
|
uid: com.microsoft.azure.management.eventhub.AccessRights.fromString(String)
|
|
- fullName: com.microsoft.azure.management.eventhub.AccessRights.toString()
|
|
name: toString()
|
|
nameWithType: AccessRights.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.eventhub.AccessRights.toString()
|
|
nameWithType: AccessRights
|
|
syntax: public enum AccessRights
|
|
uid: com.microsoft.azure.management.eventhub.AccessRights
|
|
fullName: com.microsoft.azure.management.eventhub.AccessRights
|
|
name: AccessRights
|
|
package: com.microsoft.azure.management.eventhub
|
|
summary: <p>Defines values for AccessRights. </p>
|
|
metadata: {}
|