AccessRights Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. functions. annotation. AccessRights
- com.
- java.
public enum AccessRights
extends java.lang.Enum<AccessRights>
Azure Service Bus permission.
Fields
LISTEN |
Confers the right to listen (relay) or receive (queue, subscriptions) and all related message handling. |
MANAGE |
Confers the right to manage the topology of the namespace, including creating and deleting entities. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static AccessRights valueOf(String name)
Parameters
- name
- java.lang.String