Interface ServiceBusSubscription.UpdateStages.WithAuthorizationRule
-
- Enclosing interface:
- ServiceBusSubscription.UpdateStages
public static interface ServiceBusSubscription.UpdateStages.WithAuthorizationRuleThe stage of the queue definition allowing to add an authorization rule for accessing the subscription.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusSubscription.UpdatewithNewAuthorizationRule(String name, AccessRights... rights)Creates an authorization rule for the subscription.ServiceBusSubscription.UpdatewithoutNewAuthorizationRule(String name)Removes an authorization rule for the subscription.
-
-
-
Method Detail
-
withNewAuthorizationRule
ServiceBusSubscription.Update withNewAuthorizationRule(String name, AccessRights... rights)
Creates an authorization rule for the subscription.- Parameters:
name- rule namerights- rule rights- Returns:
- next stage of the subscription update
-
withoutNewAuthorizationRule
ServiceBusSubscription.Update withoutNewAuthorizationRule(String name)
Removes an authorization rule for the subscription.- Parameters:
name- rule name- Returns:
- next stage of the subscription update
-
-