public interface EventHubManagementClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
ConsumerGroupsClient |
getConsumerGroups()
Gets the ConsumerGroupsClient object to access its operations.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
DisasterRecoveryConfigsClient |
getDisasterRecoveryConfigs()
Gets the DisasterRecoveryConfigsClient object to access its operations.
|
String |
getEndpoint()
Gets server parameter.
|
EventHubsClient |
getEventHubs()
Gets the EventHubsClient object to access its operations.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
NamespacesClient |
getNamespaces()
Gets the NamespacesClient object to access its operations.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
RegionsClient |
getRegions()
Gets the RegionsClient object to access its operations.
|
String |
getSubscriptionId()
Gets Subscription credentials that uniquely identify a Microsoft Azure subscription.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
NamespacesClient getNamespaces()
DisasterRecoveryConfigsClient getDisasterRecoveryConfigs()
EventHubsClient getEventHubs()
ConsumerGroupsClient getConsumerGroups()
OperationsClient getOperations()
RegionsClient getRegions()
Copyright © 2020 Microsoft Corporation. All rights reserved.