Class EventHubsManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<EventHubManagementClient>
com.azure.resourcemanager.eventhubs.EventHubsManager
- All Implemented Interfaces:
HasServiceClient<EventHubManagementClient>
Entry point to Azure EventHub resource management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic EventHubsManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of EventHubsManager that exposes EventHub resource management API entry points.static EventHubsManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of EventHubsManager that exposes EventHub resource management API entry points.Get a Configurable instance that can be used to create EventHubsManager with optional configuration.Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
configure
Get a Configurable instance that can be used to create EventHubsManager with optional configuration.- Returns:
- the instance allowing configurations
-
authenticate
public static EventHubsManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of EventHubsManager that exposes EventHub resource management API entry points.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the EventHubsManager
-
authenticate
public static EventHubsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of EventHubsManager that exposes EventHub resource management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the EventHubsManager
-
namespaces
- Returns:
- entry point to manage EventHub namespaces
-
eventHubs
- Returns:
- entry point to manage event hubs
-
consumerGroups
- Returns:
- entry point to manage event hub consumer groups
-
eventHubDisasterRecoveryPairings
- Returns:
- entry point to manage disaster recovery pairing of event hub namespaces.
-
eventHubAuthorizationRules
- Returns:
- entry point to manage event hub authorization rules.
-
namespaceAuthorizationRules
- Returns:
- entry point to manage event hub namespace authorization rules.
-
disasterRecoveryPairingAuthorizationRules
- Returns:
- entry point to manage disaster recovery pairing authorization rules.
-