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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET