Dela via


ISbClientAffineProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbClientAffinePropertiesTypeConverter))]
public interface ISbClientAffineProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbClientAffinePropertiesTypeConverter))>]
type ISbClientAffineProperties = interface
    interface IJsonSerializable
Public Interface ISbClientAffineProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ClientId

Indicates the Client ID of the application that created the client-affine subscription.

IsDurable

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

IsShared

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to