次の方法で共有


EventHubManagementClient クラス

クライアントAzure Event Hubs。

継承
builtins.object
EventHubManagementClient

コンストラクター

EventHubManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

パラメーター

credential
AsyncTokenCredential
必須

クライアントが Azure に接続するために必要な資格情報。 必須。

subscription_id
str
必須

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。 必須。

base_url
str
既定値: https://management.azure.com

サービス URL。 既定値は "https://management.azure.com" です。

api_version
str

API バージョン。 既定値は "2017-04-01" です。 この既定値をオーバーライドすると、サポートされていない動作が発生する可能性があることに注意してください。

polling_interval
int

Retry-After ヘッダーがない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。

変数

namespaces
NamespacesOperations

NamespacesOperations 操作

disaster_recovery_configs
DisasterRecoveryConfigsOperations

DisasterRecoveryConfigsOperations 操作

event_hubs
EventHubsOperations

EventHubsOperations 操作

consumer_groups
ConsumerGroupsOperations

ConsumerGroupsOperations 操作

operations
Operations

操作操作

regions
RegionsOperations

RegionsOperations 操作

メソッド

close

close

async close() -> None