ServiceBusSubscription.DefinitionStages.WithAuthorizationRule Interface

public static interface ServiceBusSubscription.DefinitionStages.WithAuthorizationRule

The stage of the queue definition allowing to add an authorization rule for accessing the subscription.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNewAuthorizationRule(String name, AccessRights[] rights)

Creates an authorization rule for the subscription.

Method Details

withNewAuthorizationRule

public abstract ServiceBusSubscription.DefinitionStages.WithCreate withNewAuthorizationRule(String name, AccessRights[] rights)

Creates an authorization rule for the subscription.

Parameters:

name - rule name
rights - rule rights

Returns:

next stage of the subscription definition

Applies to