IWithNamespace 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 definition allowing to specify the name space in which event hub needs to be created.
public interface IWithNamespace : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithNamespace = interface
interface IBeta
Public Interface IWithNamespace
Implements IBeta
- Derived
- Implements
Methods
WithExistingNamespace(IEventHubNamespace) |
Specifies an existing event hub namespace in which event hub needs to be created. |
WithExistingNamespace(String, String) |
Specifies an existing event hub namespace in which event hub needs to be created. |
WithExistingNamespaceId(String) |
Specifies id of an existing event hub namespace in which event hub needs to be created. |
WithNewNamespace(ICreatable<IEventHubNamespace>) |
Specifies the new namespace in which event hub needs to be created. |
Applies to
Azure SDK for .NET