TopicInner.Status Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to