SBClientAffineProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SBClientAffineProperties() |
Initializes a new instance of the SBClientAffineProperties class. |
SBClientAffineProperties(String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the SBClientAffineProperties class. |
SBClientAffineProperties()
Initializes a new instance of the SBClientAffineProperties class.
public SBClientAffineProperties ();
Public Sub New ()
Applies to
SBClientAffineProperties(String, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the SBClientAffineProperties class.
public SBClientAffineProperties (string clientId = default, bool? isDurable = default, bool? isShared = default);
new Microsoft.Azure.Management.ServiceBus.Models.SBClientAffineProperties : string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.ServiceBus.Models.SBClientAffineProperties
Public Sub New (Optional clientId As String = Nothing, Optional isDurable As Nullable(Of Boolean) = Nothing, Optional isShared As Nullable(Of Boolean) = Nothing)
Parameters
- clientId
- String
Indicates the Client ID of the application that created the client-affine subscription.
For client-affine subscriptions, this value indicates whether the subscription is durable or not.
For client-affine subscriptions, this value indicates whether the subscription is shared or not.
Applies to
Azure SDK for .NET