public interface ServiceBusManagementClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
NamespacesClient |
getNamespaces()
Gets the NamespacesClient object to access its operations.
|
OperationsClient |
getOperations()
Gets the OperationsClient object to access its operations.
|
QueuesClient |
getQueues()
Gets the QueuesClient object to access its operations.
|
String |
getSubscriptionId()
Gets Subscription credentials that uniquely identify a Microsoft Azure subscription.
|
SubscriptionsClient |
getSubscriptions()
Gets the SubscriptionsClient object to access its operations.
|
TopicsClient |
getTopics()
Gets the TopicsClient object to access its operations.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
OperationsClient getOperations()
NamespacesClient getNamespaces()
QueuesClient getQueues()
TopicsClient getTopics()
SubscriptionsClient getSubscriptions()
Copyright © 2020 Microsoft Corporation. All rights reserved.