ArmServiceBusModelFactory.ServiceBusClientAffineProperties Method
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.
public static Azure.ResourceManager.ServiceBus.Models.ServiceBusClientAffineProperties ServiceBusClientAffineProperties(string clientId = default, bool? isDurable = default, bool? isShared = default);
static member ServiceBusClientAffineProperties : string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ServiceBus.Models.ServiceBusClientAffineProperties
Public Shared Function ServiceBusClientAffineProperties (Optional clientId As String = Nothing, Optional isDurable As Nullable(Of Boolean) = Nothing, Optional isShared As Nullable(Of Boolean) = Nothing) As ServiceBusClientAffineProperties
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.
Returns
A new ServiceBusClientAffineProperties instance for mocking.