你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SBClientAffineProperties Class
Properties specific to client affine subscriptions.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelSBClientAffineProperties
Constructor
SBClientAffineProperties(*, client_id: str | None = None, is_durable: bool | None = None, is_shared: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
client_id
|
Indicates the Client ID of the application that created the client-affine subscription. |
is_durable
|
For client-affine subscriptions, this value indicates whether the subscription is durable or not. |
is_shared
|
For client-affine subscriptions, this value indicates whether the subscription is shared or not. |
Variables
Name | Description |
---|---|
client_id
|
Indicates the Client ID of the application that created the client-affine subscription. |
is_durable
|
For client-affine subscriptions, this value indicates whether the subscription is durable or not. |
is_shared
|
For client-affine subscriptions, this value indicates whether the subscription is shared or not. |