ServiceBusNamespace.UpdateStages.WithAuthorizationRule 接口
定义
The stage of the Service Bus namespace update allowing manage authorization rules for the namespace.
public interface WithAuthorizationRule
方法
withNewListenRule(String name) |
Creates a listen authorization rule for the Service Bus namespace.
|
withNewManageRule(String name) |
Creates a manage authorization rule for the Service Bus namespace.
|
withNewSendRule(String name) |
Creates a send authorization rule for the Service Bus namespace.
|
withoutAuthorizationRule(String name) |
Removes an authorization rule from the Service Bus namespace.
|