IBlank 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 first stage of a event hub definition.
public interface IBlank : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithNamespace, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IBlank = interface
interface IBeta
interface IWithNamespace
Public Interface IBlank
Implements IBeta, IWithNamespace
- Derived
- Implements
Methods
WithExistingNamespace(IEventHubNamespace) |
Specifies an existing event hub namespace in which event hub needs to be created. (Inherited from IWithNamespace) |
WithExistingNamespace(String, String) |
Specifies an existing event hub namespace in which event hub needs to be created. (Inherited from IWithNamespace) |
WithExistingNamespaceId(String) |
Specifies id of an existing event hub namespace in which event hub needs to be created. (Inherited from IWithNamespace) |
WithNewNamespace(ICreatable<IEventHubNamespace>) |
Specifies the new namespace in which event hub needs to be created. (Inherited from IWithNamespace) |
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