Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Installation Class
Definition
- Namespace:
- Microsoft.Azure.NotificationHubs
- Assembly:
- Microsoft.Azure.NotificationHubs.dll
- Package:
- Microsoft.Azure.NotificationHubs v4.1.0
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents device in Azure Notification Hub
[Newtonsoft.Json.JsonObject(ItemRequired=Newtonsoft.Json.Required.Default, MemberSerialization=Newtonsoft.Json.MemberSerialization.OptOut)]
public class Installation
[<Newtonsoft.Json.JsonObject(ItemRequired=Newtonsoft.Json.Required.Default, MemberSerialization=Newtonsoft.Json.MemberSerialization.OptOut)>]
type Installation = class
Public Class Installation
- Inheritance
-
Installation
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
| Name | Description |
|---|---|
| Installation() | |
Properties
| Name | Description |
|---|---|
| ExpirationTime |
Gets or sets expiration for the installation |
| InstallationId |
Get or sets unique identifier for the installation |
| Platform |
Gets or sets notification platform for the installation |
| PushChannel |
Gets or set registration id, token or URI obtained from platform-specific notification service |
| PushChannelExpired |
Gets if installation is expired or not |
| PushVariables |
Gets or sets collection of push variables |
| SecondaryTiles |
Obsolete.
Gets or sets collection of secondary tiles for WNS |
| Tags |
Gets or sets collection of tags |
| Templates |
Gets or sets collection of templates |
| UserId |
Get or sets unique identifier for the user |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
