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 ApplicationGroupsClient getApplicationGroups()

Gets the ApplicationGroupsClient object to access its operations.

abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

abstract ConfigurationsClient getConfigurations()

Gets the ConfigurationsClient object to access its operations.

abstract ConsumerGroupsClient getConsumerGroups()

Gets the ConsumerGroupsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DisasterRecoveryConfigsClient getDisasterRecoveryConfigs()

Gets the DisasterRecoveryConfigsClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract EventHubsClient getEventHubs()

Gets the EventHubsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract NamespacesClient getNamespaces()

Gets the NamespacesClient object to access its operations.

abstract NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations()

Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.

abstract NetworkSecurityPerimeterConfigurationsOperationsClient getNetworkSecurityPerimeterConfigurationsOperations()

Gets the NetworkSecurityPerimeterConfigurationsOperationsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract SchemaRegistriesClient getSchemaRegistries()

Gets the SchemaRegistriesClient object to access its operations.

abstract String getSubscriptionId()

Gets Subscription credentials that uniquely identify a Microsoft Azure subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getApplicationGroups

public abstract ApplicationGroupsClient getApplicationGroups()

Gets the ApplicationGroupsClient object to access its operations.

Returns:

the ApplicationGroupsClient object.

getClusters

public abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

Returns:

the ClustersClient object.

getConfigurations

public abstract ConfigurationsClient getConfigurations()

Gets the ConfigurationsClient object to access its operations.

Returns:

the ConfigurationsClient object.

getConsumerGroups

public abstract ConsumerGroupsClient getConsumerGroups()

Gets the ConsumerGroupsClient object to access its operations.

Returns:

the ConsumerGroupsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDisasterRecoveryConfigs

public abstract DisasterRecoveryConfigsClient getDisasterRecoveryConfigs()

Gets the DisasterRecoveryConfigsClient object to access its operations.

Returns:

the DisasterRecoveryConfigsClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getEventHubs

public abstract EventHubsClient getEventHubs()

Gets the EventHubsClient object to access its operations.

Returns:

the EventHubsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getNamespaces

public abstract NamespacesClient getNamespaces()

Gets the NamespacesClient object to access its operations.

Returns:

the NamespacesClient object.

getNetworkSecurityPerimeterConfigurations

public abstract NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations()

Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.

Returns:

the NetworkSecurityPerimeterConfigurationsClient object.

getNetworkSecurityPerimeterConfigurationsOperations

public abstract NetworkSecurityPerimeterConfigurationsOperationsClient getNetworkSecurityPerimeterConfigurationsOperations()

Gets the NetworkSecurityPerimeterConfigurationsOperationsClient object to access its operations.

Returns:

the NetworkSecurityPerimeterConfigurationsOperationsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getSchemaRegistries

public abstract SchemaRegistriesClient getSchemaRegistries()

Gets the SchemaRegistriesClient object to access its operations.

Returns:

the SchemaRegistriesClient object.

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:

the subscriptionId value.

Applies to