Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EntityStatus type

Possible values for status of the Service Bus messaging entities.

type EntityStatus =
 | "Active"
 | "Creating"
 | "Deleting"
 | "ReceiveDisabled"
 | "SendDisabled"
 | "Disabled"
 | "Renaming"
 | "Restoring"
 | "Unknown"