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 update 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. |
WithoutEventHub(String) |
Deletes an event hub in the event hub namespace. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET