Dela via


SbClientAffineProperties Class

Definition

Properties specific to client affine subscriptions.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbClientAffinePropertiesTypeConverter))]
public class SbClientAffineProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbClientAffineProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbClientAffinePropertiesTypeConverter))>]
type SbClientAffineProperties = class
    interface ISbClientAffineProperties
    interface IJsonSerializable
Public Class SbClientAffineProperties
Implements ISbClientAffineProperties
Inheritance
SbClientAffineProperties
Attributes
Implements

Constructors

SbClientAffineProperties()

Creates an new SbClientAffineProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbClientAffineProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbClientAffineProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbClientAffineProperties.

FromJsonString(String)

Creates a new instance of SbClientAffineProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbClientAffineProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to