@Beta(value=V1_7_0)
public static interface EventHubNamespace.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
EventHubNamespace.DefinitionStages.Blank
The first stage of a event hub namespace definition.
|
static interface |
EventHubNamespace.DefinitionStages.WithAuthorizationRule
The stage of the event hub namespace definition allowing to add authorization rule for accessing
the event hub.
|
static interface |
EventHubNamespace.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
static interface |
EventHubNamespace.DefinitionStages.WithEventHub
The stage of the event hub namespace definition allowing to add new event hub in the namespace.
|
static interface |
EventHubNamespace.DefinitionStages.WithGroup
The stage of the event hub namespace definition allowing to specify the resource group.
|
static interface |
EventHubNamespace.DefinitionStages.WithSku
The stage of the event hub namespace definition allowing to specify the sku.
|
static interface |
EventHubNamespace.DefinitionStages.WithThroughputConfiguration
The stage of the event hub namespace definition allowing to specify the throughput unit settings.
|
Copyright © 2019. All rights reserved.