enable Express
Deprecated
The property `enable_express` has been superseded by `express_enabled` and will be removed in v4.0 of the AzureRM Provider.
Parameters
value
Boolean flag which controls whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. Defaults to false
for Basic and Standard. For Premium, it MUST be set to false
.
NOTE: Service Bus Premium namespaces do not support Express Entities, so
enable_express
MUST be set tofalse
.