你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISbClientAffineProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbClientAffinePropertiesTypeConverter))]
public interface ISbClientAffineProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.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