Interface EventHubManagementClient
public interface EventHubManagementClient
The interface for EventHubManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the ApplicationGroupsClient object to access its operations.Gets the ClustersClient object to access its operations.Gets the ConfigurationsClient object to access its operations.Gets the ConsumerGroupsClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DisasterRecoveryConfigsClient object to access its operations.Gets server parameter.Gets the EventHubsClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the NamespacesClient object to access its operations.Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.Gets the NetworkSecurityPerimeterConfigurationsOperationsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the SchemaRegistriesClient object to access its operations.Gets Subscription credentials that uniquely identify a Microsoft Azure subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getClusters
ClustersClient getClusters()Gets the ClustersClient object to access its operations.- Returns:
- the ClustersClient object.
-
getNamespaces
NamespacesClient getNamespaces()Gets the NamespacesClient object to access its operations.- Returns:
- the NamespacesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getNetworkSecurityPerimeterConfigurations
NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations()Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.- Returns:
- the NetworkSecurityPerimeterConfigurationsClient object.
-
getNetworkSecurityPerimeterConfigurationsOperations
NetworkSecurityPerimeterConfigurationsOperationsClient getNetworkSecurityPerimeterConfigurationsOperations()Gets the NetworkSecurityPerimeterConfigurationsOperationsClient object to access its operations.- Returns:
- the NetworkSecurityPerimeterConfigurationsOperationsClient object.
-
getConfigurations
ConfigurationsClient getConfigurations()Gets the ConfigurationsClient object to access its operations.- Returns:
- the ConfigurationsClient object.
-
getDisasterRecoveryConfigs
DisasterRecoveryConfigsClient getDisasterRecoveryConfigs()Gets the DisasterRecoveryConfigsClient object to access its operations.- Returns:
- the DisasterRecoveryConfigsClient object.
-
getEventHubs
EventHubsClient getEventHubs()Gets the EventHubsClient object to access its operations.- Returns:
- the EventHubsClient object.
-
getConsumerGroups
ConsumerGroupsClient getConsumerGroups()Gets the ConsumerGroupsClient object to access its operations.- Returns:
- the ConsumerGroupsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getSchemaRegistries
SchemaRegistriesClient getSchemaRegistries()Gets the SchemaRegistriesClient object to access its operations.- Returns:
- the SchemaRegistriesClient object.
-
getApplicationGroups
ApplicationGroupsClient getApplicationGroups()Gets the ApplicationGroupsClient object to access its operations.- Returns:
- the ApplicationGroupsClient object.
-