100 строки
5.0 KiB
YAML
100 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.eventhubs.models.AccessRights"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.AccessRights"
|
|
name: "AccessRights"
|
|
nameWithType: "AccessRights"
|
|
summary: "Defines values for Access<wbr>Rights."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
|
|
- "com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
|
|
- "com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)"
|
|
- "com.azure.core.util.ExpandableStringEnum.hashCode()"
|
|
- "com.azure.core.util.ExpandableStringEnum.toString()"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class AccessRights extends ExpandableStringEnum<AccessRights>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.AccessRights.AccessRights()"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.AccessRights.AccessRights()"
|
|
name: "AccessRights()"
|
|
nameWithType: "AccessRights.AccessRights()"
|
|
syntax: "public AccessRights()"
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.AccessRights.LISTEN"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.AccessRights.LISTEN"
|
|
name: "LISTEN"
|
|
nameWithType: "AccessRights.LISTEN"
|
|
summary: "Static value Listen for Access<wbr>Rights."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.AccessRights?alt=com.azure.resourcemanager.eventhubs.models.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final AccessRights LISTEN"
|
|
desc: "Static value Listen for AccessRights."
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.AccessRights.MANAGE"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.AccessRights.MANAGE"
|
|
name: "MANAGE"
|
|
nameWithType: "AccessRights.MANAGE"
|
|
summary: "Static value Manage for Access<wbr>Rights."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.AccessRights?alt=com.azure.resourcemanager.eventhubs.models.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final AccessRights MANAGE"
|
|
desc: "Static value Manage for AccessRights."
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.AccessRights.SEND"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.AccessRights.SEND"
|
|
name: "SEND"
|
|
nameWithType: "AccessRights.SEND"
|
|
summary: "Static value Send for Access<wbr>Rights."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.AccessRights?alt=com.azure.resourcemanager.eventhubs.models.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final AccessRights SEND"
|
|
desc: "Static value Send for AccessRights."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.AccessRights.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.AccessRights.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "AccessRights.fromString(String name)"
|
|
summary: "Creates or finds a Access<wbr>Rights from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static AccessRights fromString(String name)"
|
|
desc: "Creates or finds a AccessRights from its string representation."
|
|
returns:
|
|
description: "the corresponding AccessRights."
|
|
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.AccessRights?alt=com.azure.resourcemanager.eventhubs.models.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.eventhubs.models.AccessRights.values()"
|
|
fullName: "com.azure.resourcemanager.eventhubs.models.AccessRights.values()"
|
|
name: "values()"
|
|
nameWithType: "AccessRights.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<AccessRights> values()"
|
|
returns:
|
|
description: "known AccessRights values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.eventhubs.models.AccessRights?alt=com.azure.resourcemanager.eventhubs.models.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines values for AccessRights."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.eventhubs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-eventhubs:2.18.0
|