public static interface EventHubNamespaceAuthorizationRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubNamespaceAuthorizationRule.DefinitionStages.Blank
The first stage of event hub namespace authorization rule definition.
|
static interface |
EventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicy
Stage of the authorization rule definition allowing to specify access policy.
|
static interface |
EventHubNamespaceAuthorizationRule.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 |
EventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespace
Stage of the authorization rule definition allowing to specify
the event namespace for which rule needs to be created.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.