SbSubscription Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbSubscriptionTypeConverter))]
public class SbSubscription : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbSubscription, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbSubscriptionTypeConverter))>]
type SbSubscription = class
    interface ISbSubscription
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class SbSubscription
Implements ISbSubscription, IValidates
Inheritance
SbSubscription
Attributes
Implements

Constructors

SbSubscription()

Properties

AccessedAt
AutoDeleteOnIdle
ClientId
CountDetailActiveMessageCount
CountDetailDeadLetterMessageCount
CountDetailScheduledMessageCount
CountDetailTransferDeadLetterMessageCount
CountDetailTransferMessageCount
CreatedAt
DeadLetteringOnFilterEvaluationException
DeadLetteringOnMessageExpiration
DefaultMessageTimeToLive
DuplicateDetectionHistoryTimeWindow
EnableBatchedOperations
ForwardDeadLetteredMessagesTo
ForwardTo
Id
IsClientAffine
IsDurable
IsShared
Location
LockDuration
MaxDeliveryCount
MessageCount
Name
RequiresSession
ResourceGroupName
Status
SystemDataCreatedAt
SystemDataCreatedBy
SystemDataCreatedByType
SystemDataLastModifiedAt
SystemDataLastModifiedBy
SystemDataLastModifiedByType
Type
UpdatedAt

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to