NotificationHubsResponse interface
Popisuje odpověď ze služby Notification Hubs, která obsahuje ID sledování, ID korelace a umístění.
Vlastnosti
| correlation |
ID korelace operace. |
| location | Umístění operace. |
| tracking |
ID sledování operace. |
Podrobnosti vlastnosti
correlationId
ID korelace operace.
correlationId?: string
Hodnota vlastnosti
string
location
Umístění operace.
location?: string
Hodnota vlastnosti
string
trackingId
ID sledování operace.
trackingId?: string
Hodnota vlastnosti
string