IWithEventHub 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.
Stage of the authorization rule definition allowing to specify the event for which rule needs to be created.
public interface IWithEventHub : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithEventHub = interface
interface IBeta
Public Interface IWithEventHub
Implements IBeta
- Derived
- Implements
Methods
WithExistingEventHub(IEventHub) |
Specifies that authorization rule needs to be created for the given event hub. |
WithExistingEventHub(String, String, String) |
Specifies that authorization rule needs to be created for the given event hub. |
WithExistingEventHubId(String) |
Specifies that authorization rule needs to be created for the given event hub. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET