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