Freigeben über


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 DisasterRecoveryConfigsClient getDisasterRecoveryConfigs()

Gets the DisasterRecoveryConfigsClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract MigrationConfigsClient getMigrationConfigs()

Gets the MigrationConfigsClient object to access its operations.

abstract NamespacesClient getNamespaces()

Gets the NamespacesClient 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 QueuesClient getQueues()

Gets the QueuesClient object to access its operations.

abstract RulesClient getRules()

Gets the RulesClient object to access its operations.

abstract String getSubscriptionId()

Gets Subscription credentials that uniquely identify a Microsoft Azure subscription.

abstract SubscriptionsClient getSubscriptions()

Gets the SubscriptionsClient object to access its operations.

abstract TopicsClient getTopics()

Gets the TopicsClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

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.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getMigrationConfigs

public abstract MigrationConfigsClient getMigrationConfigs()

Gets the MigrationConfigsClient object to access its operations.

Returns:

the MigrationConfigsClient object.

getNamespaces

public abstract NamespacesClient getNamespaces()

Gets the NamespacesClient object to access its operations.

Returns:

the NamespacesClient 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.

getQueues

public abstract QueuesClient getQueues()

Gets the QueuesClient object to access its operations.

Returns:

the QueuesClient object.

getRules

public abstract RulesClient getRules()

Gets the RulesClient object to access its operations.

Returns:

the RulesClient 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.

getSubscriptions

public abstract SubscriptionsClient getSubscriptions()

Gets the SubscriptionsClient object to access its operations.

Returns:

the SubscriptionsClient object.

getTopics

public abstract TopicsClient getTopics()

Gets the TopicsClient object to access its operations.

Returns:

the TopicsClient object.

Applies to