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. |
Azure SDK for Python