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.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 PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the QueuesClient 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.
-
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.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getDisasterRecoveryConfigs
DisasterRecoveryConfigsClient getDisasterRecoveryConfigs()Gets the DisasterRecoveryConfigsClient object to access its operations.- Returns:
- the DisasterRecoveryConfigsClient object.
-
getMigrationConfigs
MigrationConfigsClient getMigrationConfigs()Gets the MigrationConfigsClient object to access its operations.- Returns:
- the MigrationConfigsClient 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.
-
getRules
RulesClient getRules()Gets the RulesClient object to access its operations.- Returns:
- the RulesClient object.
-
getSubscriptions
SubscriptionsClient getSubscriptions()Gets the SubscriptionsClient object to access its operations.- Returns:
- the SubscriptionsClient object.
-