Compartir a través de


SBSubscription.Status Propiedad

Definición

Obtiene o establece enumera los valores posibles para el estado de una entidad de mensajería. Entre los valores posibles se incluyen: '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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a