2022-01-10 22:15:05 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.microsoft.azure.management.eventhub.AccessRights"
|
|
|
|
fullName: "com.microsoft.azure.management.eventhub.AccessRights"
|
|
|
|
name: "AccessRights"
|
|
|
|
nameWithType: "AccessRights"
|
2022-08-22 08:55:24 +03:00
|
|
|
summary: "Defines values for Access<wbr>Rights."
|
2022-01-10 22:15:05 +03:00
|
|
|
inheritances:
|
2022-08-11 07:43:16 +03:00
|
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
2022-09-27 07:22:51 +03:00
|
|
|
inheritedClassMethods:
|
|
|
|
- classRef: "<xref href=\"com.microsoft.rest.ExpandableStringEnum?alt=com.microsoft.rest.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
methodsRef:
|
|
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)?alt=com.microsoft.rest.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.hashCode()?alt=com.microsoft.rest.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.toString()?alt=com.microsoft.rest.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)?alt=com.microsoft.rest.ExpandableStringEnum.withNameValue&text=withNameValue\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
methodsRef:
|
|
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
2022-01-10 22:15:05 +03:00
|
|
|
syntax: "public final class AccessRights extends ExpandableStringEnum<AccessRights>"
|
|
|
|
constructors:
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.microsoft.azure.management.eventhub.AccessRights.AccessRights()"
|
|
|
|
fullName: "com.microsoft.azure.management.eventhub.AccessRights.AccessRights()"
|
|
|
|
name: "AccessRights()"
|
|
|
|
nameWithType: "AccessRights.AccessRights()"
|
|
|
|
syntax: "public AccessRights()"
|
2022-01-10 22:15:05 +03:00
|
|
|
fields:
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.microsoft.azure.management.eventhub.AccessRights.LISTEN"
|
|
|
|
fullName: "com.microsoft.azure.management.eventhub.AccessRights.LISTEN"
|
|
|
|
name: "LISTEN"
|
|
|
|
nameWithType: "AccessRights.LISTEN"
|
|
|
|
summary: "Static value Listen for Access<wbr>Rights."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
- "final"
|
|
|
|
field:
|
|
|
|
type: "<xref href=\"com.microsoft.azure.management.eventhub.AccessRights?alt=com.microsoft.azure.management.eventhub.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public static final AccessRights LISTEN"
|
|
|
|
desc: "Static value Listen for AccessRights."
|
|
|
|
- uid: "com.microsoft.azure.management.eventhub.AccessRights.MANAGE"
|
|
|
|
fullName: "com.microsoft.azure.management.eventhub.AccessRights.MANAGE"
|
|
|
|
name: "MANAGE"
|
|
|
|
nameWithType: "AccessRights.MANAGE"
|
|
|
|
summary: "Static value Manage for Access<wbr>Rights."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
- "final"
|
|
|
|
field:
|
|
|
|
type: "<xref href=\"com.microsoft.azure.management.eventhub.AccessRights?alt=com.microsoft.azure.management.eventhub.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public static final AccessRights MANAGE"
|
|
|
|
desc: "Static value Manage for AccessRights."
|
|
|
|
- uid: "com.microsoft.azure.management.eventhub.AccessRights.SEND"
|
|
|
|
fullName: "com.microsoft.azure.management.eventhub.AccessRights.SEND"
|
|
|
|
name: "SEND"
|
|
|
|
nameWithType: "AccessRights.SEND"
|
|
|
|
summary: "Static value Send for Access<wbr>Rights."
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
- "final"
|
|
|
|
field:
|
|
|
|
type: "<xref href=\"com.microsoft.azure.management.eventhub.AccessRights?alt=com.microsoft.azure.management.eventhub.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public static final AccessRights SEND"
|
|
|
|
desc: "Static value Send for AccessRights."
|
2022-01-10 22:15:05 +03:00
|
|
|
methods:
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.microsoft.azure.management.eventhub.AccessRights.fromString(java.lang.String)"
|
|
|
|
fullName: "com.microsoft.azure.management.eventhub.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
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.microsoft.azure.management.eventhub.AccessRights?alt=com.microsoft.azure.management.eventhub.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.microsoft.azure.management.eventhub.AccessRights.values()"
|
|
|
|
fullName: "com.microsoft.azure.management.eventhub.AccessRights.values()"
|
|
|
|
name: "values()"
|
|
|
|
nameWithType: "AccessRights.values()"
|
|
|
|
modifiers:
|
|
|
|
- "static"
|
|
|
|
syntax: "public static Collection<AccessRights> values()"
|
|
|
|
returns:
|
|
|
|
description: "known AccessRights values"
|
|
|
|
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.eventhub.AccessRights?alt=com.microsoft.azure.management.eventhub.AccessRights&text=AccessRights\" data-throw-if-not-resolved=\"False\" />>"
|
2022-01-10 22:15:05 +03:00
|
|
|
type: "class"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "Defines values for AccessRights."
|
2022-01-10 22:15:05 +03:00
|
|
|
metadata: {}
|
|
|
|
package: "com.microsoft.azure.management.eventhub"
|
|
|
|
artifact: com.microsoft.azure:azure-mgmt-eventhub:1.41.2
|