Interface EventHubNamespaceAuthorizationRule.DefinitionStages
-
- Enclosing interface:
- EventHubNamespaceAuthorizationRule
@Beta(V1_7_0) public static interface EventHubNamespaceAuthorizationRule.DefinitionStagesGrouping of Event Hub namespace authorization rule definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventHubNamespaceAuthorizationRule.DefinitionStages.BlankThe first stage of event hub namespace authorization rule definition.static interfaceEventHubNamespaceAuthorizationRule.DefinitionStages.WithAccessPolicyStage of the authorization rule definition allowing to specify access policy.static interfaceEventHubNamespaceAuthorizationRule.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceEventHubNamespaceAuthorizationRule.DefinitionStages.WithNamespaceStage of the authorization rule definition allowing to specify the event namespace for which rule needs to be created.
-