你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceBusManagementClient Interface
public interface ServiceBusManagementClient
The interface for ServiceBusManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
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
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Migration |
getMigrationConfigs()
Gets the Migration |
abstract
Namespaces |
getNamespaces()
Gets the Namespaces |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Queues |
getQueues()
Gets the Queues |
abstract
Rules |
getRules()
Gets the Rules |
abstract String |
getSubscriptionId()
Gets Subscription credentials that uniquely identify a Microsoft Azure subscription. |
abstract
Subscriptions |
getSubscriptions()
Gets the Subscriptions |
abstract
Topics |
getTopics()
Gets the Topics |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
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:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMigrationConfigs
public abstract MigrationConfigsClient getMigrationConfigs()
Gets the MigrationConfigsClient object to access its operations.
Returns:
getNamespaces
public abstract NamespacesClient getNamespaces()
Gets the NamespacesClient 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:
getQueues
public abstract QueuesClient getQueues()
Gets the QueuesClient object to access its operations.
Returns:
getRules
public abstract RulesClient getRules()
Gets the RulesClient 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:
getSubscriptions
public abstract SubscriptionsClient getSubscriptions()
Gets the SubscriptionsClient object to access its operations.
Returns:
getTopics
public abstract TopicsClient getTopics()
Gets the TopicsClient object to access its operations.
Returns: