Uses of Interface
com.microsoft.azure.management.eventhub.EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy
-
-
Uses of EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy in com.microsoft.azure.management.eventhub
Subinterfaces of EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy in com.microsoft.azure.management.eventhub Modifier and Type Interface Description static interfaceEventHubAuthorizationRule.DefinitionThe entirety of the event hub namespace authorization rule definition.Methods in com.microsoft.azure.management.eventhub that return EventHubAuthorizationRule.DefinitionStages.WithAccessPolicy Modifier and Type Method Description EventHubAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubAuthorizationRule.DefinitionStages.WithEventHub. withExistingEventHub(EventHub eventHub)Specifies that authorization rule needs to be created for the given event hub.EventHubAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubAuthorizationRule.DefinitionStages.WithEventHub. withExistingEventHub(String resourceGroupName, String namespaceName, String eventHubName)Specifies that authorization rule needs to be created for the given event hub.EventHubAuthorizationRule.DefinitionStages.WithAccessPolicyEventHubAuthorizationRule.DefinitionStages.WithEventHub. withExistingEventHubId(String eventHubResourceId)Specifies that authorization rule needs to be created for the given event hub.
-