EventHubManagementClient Interface
public interface EventHubManagementClient
The interface for EventHubManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
abstract
Application |
getApplicationGroups()
Gets the Application |
abstract
Clusters |
getClusters()
Gets the Clusters |
abstract
Configurations |
getConfigurations()
Gets the Configurations |
abstract
Consumer |
getConsumerGroups()
Gets the Consumer |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Disaster |
getDisasterRecoveryConfigs()
Gets the Disaster |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Event |
getEventHubs()
Gets the Event |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Namespaces |
getNamespaces()
Gets the Namespaces |
abstract
Network |
getNetworkSecurityPerimeterConfigurations()
Gets the Network |
abstract
Network |
getNetworkSecurityPerimeterConfigurationsOperations()
Gets the Network |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Schema |
getSchemaRegistries()
Gets the Schema |
abstract String |
getSubscriptionId()
Gets Subscription credentials that uniquely identify a Microsoft Azure subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getApplicationGroups
public abstract ApplicationGroupsClient getApplicationGroups()
Gets the ApplicationGroupsClient object to access its operations.
Returns:
getClusters
public abstract ClustersClient getClusters()
Gets the ClustersClient object to access its operations.
Returns:
getConfigurations
public abstract ConfigurationsClient getConfigurations()
Gets the ConfigurationsClient object to access its operations.
Returns:
getConsumerGroups
public abstract ConsumerGroupsClient getConsumerGroups()
Gets the ConsumerGroupsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDisasterRecoveryConfigs
public abstract DisasterRecoveryConfigsClient getDisasterRecoveryConfigs()
Gets the DisasterRecoveryConfigsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEventHubs
public abstract EventHubsClient getEventHubs()
Gets the EventHubsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getNamespaces
public abstract NamespacesClient getNamespaces()
Gets the NamespacesClient object to access its operations.
Returns:
getNetworkSecurityPerimeterConfigurations
public abstract NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations()
Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.
Returns:
getNetworkSecurityPerimeterConfigurationsOperations
public abstract NetworkSecurityPerimeterConfigurationsOperationsClient getNetworkSecurityPerimeterConfigurationsOperations()
Gets the NetworkSecurityPerimeterConfigurationsOperationsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getSchemaRegistries
public abstract SchemaRegistriesClient getSchemaRegistries()
Gets the SchemaRegistriesClient object to access its operations.
Returns:
getSubscriptionId
public abstract 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:
Applies to
Azure SDK for Java