次の方法で共有


SBQueue.Status プロパティ

定義

メッセージング エンティティの状態に使用できる値を取得または設定します。 有効な値には、'Active'、'Disabled'、'Restoring'、'SendDisabled'、'ReceiveDisabled'、'Creating'、'Removeing'、'Renaming'、'Unknown' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public Microsoft.Azure.Management.ServiceBus.Models.EntityStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : Nullable<Microsoft.Azure.Management.ServiceBus.Models.EntityStatus> with get, set
Public Property Status As Nullable(Of EntityStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象