ServiceBusManagementClient Class

Azure Service Bus client for managing Namespace.

Inheritance
builtins.object
ServiceBusManagementClient

Constructor

ServiceBusManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

namespaces
NamespacesOperations

NamespacesOperations operations

private_endpoint_connections
PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations operations

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

operations
Operations

Operations operations

disaster_recovery_configs
DisasterRecoveryConfigsOperations

DisasterRecoveryConfigsOperations operations

migration_configs
MigrationConfigsOperations

MigrationConfigsOperations operations

queues
QueuesOperations

QueuesOperations operations

topics
TopicsOperations

TopicsOperations operations

rules
RulesOperations

RulesOperations operations

subscriptions
SubscriptionsOperations

SubscriptionsOperations operations

Methods

close

close

async close() -> None