@Beta(value=V1_7_0)
public static interface EventHub.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
EventHub.DefinitionStages.Blank
The first stage of a event hub definition.
|
static interface |
EventHub.DefinitionStages.WithAuthorizationRule
The stage of the event hub definition allowing to add authorization rule for accessing
the event hub.
|
static interface |
EventHub.DefinitionStages.WithCaptureEnabledDisabled
The stage of the event hub definition allowing to enable or disable data capturing.
|
static interface |
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
The stage of the event hub definition allowing to configure data capturing.
|
static interface |
EventHub.DefinitionStages.WithCaptureProviderOrCreate
The stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled.
|
static interface |
EventHub.DefinitionStages.WithConsumerGroup
The stage of the event hub definition allowing to add consumer group for the event hub.
|
static interface |
EventHub.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 |
EventHub.DefinitionStages.WithNamespace
The stage of the event hub definition allowing to specify the name space in which event hub needs to be created.
|
static interface |
EventHub.DefinitionStages.WithPartitionCount
The stage of the event hub definition allowing to specify partition count for event hub.
|
static interface |
EventHub.DefinitionStages.WithRetentionPeriod
The stage of the event hub definition allowing to specify retention period for event hub events.
|
Copyright © 2019. All rights reserved.