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.
The stage of the event hub namespace definition allowing to add new event hub in the namespace.
public interface IWithEventHub : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithEventHub = interface
interface IBeta
Public Interface IWithEventHub
Implements IBeta
- Derived
- Implements
Methods
WithNewEventHub(String, Int32, Int32) |
Specifies that a new event hub should be created in the namespace. |
WithNewEventHub(String, Int32) |
Specifies that a new event hub should be created in the namespace. |
WithNewEventHub(String) |
Specifies that a new event hub should be created in the namespace. |