ISbClientAffineProperties Interface
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.
[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) |