Interface ServiceBusManagementClient
public interface ServiceBusManagementClient
The interface for ServiceBusManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.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 MigrationConfigsClient object to access its operations.Gets the NamespacesClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PremiumMessagingRegionsClient object to access its operations.Gets the QueuesClient object to access its operations.Gets the RegionsClient object to access its operations.getRules()Gets the RulesClient object to access its operations.Gets Subscription credentials that uniquely identify a Microsoft Azure subscription.Gets the SubscriptionsClient object to access its operations.Gets the TopicsClient object to access its operations.
-
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.
-
getNamespaces
NamespacesClient getNamespaces()Gets the NamespacesClient object to access its operations.- Returns:
- the NamespacesClient object.
-
getQueues
QueuesClient getQueues()Gets the QueuesClient object to access its operations.- Returns:
- the QueuesClient object.
-
getTopics
TopicsClient getTopics()Gets the TopicsClient object to access its operations.- Returns:
- the TopicsClient 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.
-
getMigrationConfigs
MigrationConfigsClient getMigrationConfigs()Gets the MigrationConfigsClient object to access its operations.- Returns:
- the MigrationConfigsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getPremiumMessagingRegions
PremiumMessagingRegionsClient getPremiumMessagingRegions()Gets the PremiumMessagingRegionsClient object to access its operations.- Returns:
- the PremiumMessagingRegionsClient object.
-
getRules
RulesClient getRules()Gets the RulesClient object to access its operations.- Returns:
- the RulesClient object.
-
getRegions
RegionsClient getRegions()Gets the RegionsClient object to access its operations.- Returns:
- the RegionsClient object.
-
getSubscriptions
SubscriptionsClient getSubscriptions()Gets the SubscriptionsClient object to access its operations.- Returns:
- the SubscriptionsClient object.
-