次の方法で共有


SbQueueProperties Class

Definition

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

Constructors

SbQueueProperties()

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

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

Applies to