IWithAuthorizationRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the event hub namespace definition allowing to add authorization rule for accessing the event hub.
public interface IWithAuthorizationRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthorizationRule = interface
interface IBeta
Public Interface IWithAuthorizationRule
Implements IBeta
- Derived
- Implements
Methods
WithNewListenRule(String) |
Specifies that a new authorization rule should be created that has listen access to the event hub namespace. |
WithNewManageRule(String) |
Specifies that a new authorization rule should be created that has manage access to the event hub namespace. |
WithNewSendRule(String) |
Specifies that a new authorization rule should be created that has send access to the event hub namespace. |
Applies to
Azure SDK for .NET