你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSQueueAttributes.Status Property

Definition

Enumerates the possible values for the status of a messaging entity. Possible values include: 'Active', 'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', 'SendDisabled', 'Unknown'

public Microsoft.Azure.Management.ServiceBus.Models.EntityStatus? Status { get; set; }
member this.Status : Nullable<Microsoft.Azure.Management.ServiceBus.Models.EntityStatus> with get, set
Public Property Status As Nullable(Of EntityStatus)

Property Value

Applies to