Values.NotificationHubStatusSummarySourceProvides additional information about the current NotificationHub status.
type nonrec t = {status : NotificationHubStatus.t option;Status information about the NotificationHub. Values: ACTIVE Incoming NotificationEvents are replicated to this NotificationHub. REGISTERING The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered. DEREGISTERING The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.
*)reason : NotificationHubStatusReason.t option;An explanation for the current status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of NotificationHubStatusReason.t ])
list ]