次の方法で共有


SBSubscription.Status プロパティ

定義

メッセージング エンティティの状態に使用できる値を取得または設定します。 指定できる値は、'Active'、'Disabled'、'Restoring'、'SendDisabled'、'ReceiveDisabled'、'Creating'、'Deleting'、'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

適用対象