ServiceBusClientAffineProperties Class
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.
Properties specific to client affine subscriptions.
public class ServiceBusClientAffineProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusClientAffineProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusClientAffineProperties>
type ServiceBusClientAffineProperties = class
interface IJsonModel<ServiceBusClientAffineProperties>
interface IPersistableModel<ServiceBusClientAffineProperties>
Public Class ServiceBusClientAffineProperties
Implements IJsonModel(Of ServiceBusClientAffineProperties), IPersistableModel(Of ServiceBusClientAffineProperties)
- Inheritance
-
ServiceBusClientAffineProperties
- Implements
Constructors
ServiceBusClientAffineProperties() |
Initializes a new instance of ServiceBusClientAffineProperties. |
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. |
Explicit Interface Implementations
IJsonModel<ServiceBusClientAffineProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServiceBusClientAffineProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServiceBusClientAffineProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServiceBusClientAffineProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServiceBusClientAffineProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET