Interface EventHubAuthorizationRule.Definition
-
- All Superinterfaces:
AuthorizationRule.DefinitionStages.WithListen<EventHubAuthorizationRule.DefinitionStages.WithCreate>,AuthorizationRule.DefinitionStages.WithListenOrSendOrManage<EventHubAuthorizationRule.DefinitionStages.WithCreate>,AuthorizationRule.DefinitionStages.WithManage<EventHubAuthorizationRule.DefinitionStages.WithCreate>,AuthorizationRule.DefinitionStages.WithSend<EventHubAuthorizationRule.DefinitionStages.WithCreate>,AuthorizationRule.DefinitionStages.WithSendOrManage<EventHubAuthorizationRule.DefinitionStages.WithCreate>,com.microsoft.azure.management.resources.fluentcore.model.Creatable<EventHubAuthorizationRule>,EventHubAuthorizationRule.DefinitionStages.Blank,EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy,EventHubAuthorizationRule.DefinitionStages.WithCreate,EventHubAuthorizationRule.DefinitionStages.WithEventHub,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- Enclosing interface:
- EventHubAuthorizationRule
@Beta(V1_7_0) public static interface EventHubAuthorizationRule.Definition extends EventHubAuthorizationRule.DefinitionStages.Blank, EventHubAuthorizationRule.DefinitionStages.WithEventHub, EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy, EventHubAuthorizationRule.DefinitionStages.WithCreate
The entirety of the event hub namespace authorization rule definition.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithListen
withListenAccess
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithManage
withManageAccess
-
Methods inherited from interface com.microsoft.azure.management.eventhub.AuthorizationRule.DefinitionStages.WithSend
withSendAccess
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.DefinitionStages.WithEventHub
withExistingEventHub, withExistingEventHub, withExistingEventHubId
-
-