Interface EventHubAuthorizationRule.DefinitionStages
-
- Enclosing interface:
- EventHubAuthorizationRule
@Beta(V1_7_0) public static interface EventHubAuthorizationRule.DefinitionStagesGrouping of event hub authorization rule definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventHubAuthorizationRule.DefinitionStages.BlankThe first stage of event hub authorization rule definition.static interfaceEventHubAuthorizationRule.DefinitionStages.WithAccessPolicyStage of the authorization rule definition allowing to specify access policy.static interfaceEventHubAuthorizationRule.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 interfaceEventHubAuthorizationRule.DefinitionStages.WithEventHubStage of the authorization rule definition allowing to specify the event for which rule needs to be created.
-