
com.microsoft.azure.functions.annotation.AccessRights Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-functions-java-library Show documentation
Show all versions of azure-functions-java-library Show documentation
This package contains all Java interfaces and annotations to interact with Microsoft Azure functions runtime.
The newest version!
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.functions.annotation;
/**
* Azure Service Bus permission.
*
* @since 1.0.0
*/
public enum AccessRights {
/**
* Confers the right to manage the topology of the namespace, including creating and deleting entities.
*/
MANAGE,
/**
* Confers the right to listen (relay) or receive (queue, subscriptions) and all related message handling.
*/
LISTEN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy