次の方法で共有


ISbQueueProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbQueuePropertiesTypeConverter))]
public interface ISbQueueProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbQueuePropertiesTypeConverter))>]
type ISbQueueProperties = interface
    interface IJsonSerializable
Public Interface ISbQueueProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AccessedAt
AutoDeleteOnIdle
CountDetailActiveMessageCount
CountDetailDeadLetterMessageCount
CountDetailScheduledMessageCount
CountDetailTransferDeadLetterMessageCount
CountDetailTransferMessageCount
CreatedAt
DeadLetteringOnMessageExpiration
DefaultMessageTimeToLive
DuplicateDetectionHistoryTimeWindow
EnableBatchedOperations
EnableExpress
EnablePartitioning
ForwardDeadLetteredMessagesTo
ForwardTo
LockDuration
MaxDeliveryCount
MaxMessageSizeInKilobytes
MaxSizeInMegabytes
MessageCount
RequiresDuplicateDetection
RequiresSession
SizeInByte
Status
UpdatedAt

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to