All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.functions.annotation.AccessRights Maven / Gradle / Ivy

Go to download

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