Values.NotificationHubOverviewSourceDescribes an overview of a NotificationHub. A NotificationConfiguration is an account-level setting used to select the Regions where you want to store, process and replicate your notifications.
type nonrec t = {notificationHubRegion : Region.t option;The Region of the resource.
*)statusSummary : NotificationHubStatusSummary.t option;The status summary of the resource.
*)creationTime : CreationTime.t option;The date and time the NotificationHubOverview was created.
*)lastActivationTime : LastActivationTime.t option;The most recent time this NotificationHub had an ACTIVE status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Region.t
| `Structure of
(string
* [> `Enum of string | `String of NotificationHubStatusReason.t ])
list
| `Timestamp of CreationTime.t ])
list ]