Eventhub.Status Property

Definition

Gets or sets enumerates the possible values for the status of the Event Hub. Possible values include: 'Active', 'Disabled', 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting', 'Renaming', 'Unknown'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to