Share via


SBClientAffineProperties Constructors

Definition

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.

isDurable
Nullable<Boolean>

For client-affine subscriptions, this value indicates whether the subscription is durable or not.

isShared
Nullable<Boolean>

For client-affine subscriptions, this value indicates whether the subscription is shared or not.

Applies to