你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PnsCredentials Class
Definition
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.
Collection of Notification Hub or Notification Hub Namespace PNS credentials.
public class PnsCredentials : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.PnsCredentials>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.PnsCredentials>
type PnsCredentials = class
interface IJsonModel<PnsCredentials>
interface IPersistableModel<PnsCredentials>
Public Class PnsCredentials
Implements IJsonModel(Of PnsCredentials), IPersistableModel(Of PnsCredentials)
- Inheritance
-
PnsCredentials
- Implements
Constructors
PnsCredentials() |
Initializes a new instance of PnsCredentials. |
Properties
AdmCredential |
Description of a NotificationHub AdmCredential. |
ApnsCredential |
Description of a NotificationHub ApnsCredential. |
BaiduCredential |
Description of a NotificationHub BaiduCredential. |
BrowserCredential |
Description of a NotificationHub BrowserCredential. |
FcmV1Credential |
Description of a NotificationHub FcmV1Credential. |
GcmCredential |
Description of a NotificationHub GcmCredential. |
MpnsCredential |
Description of a NotificationHub MpnsCredential. |
WnsCredential |
Description of a NotificationHub WnsCredential. |
XiaomiCredential |
Description of a NotificationHub XiaomiCredential. |
Explicit Interface Implementations
IJsonModel<PnsCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PnsCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PnsCredentials>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PnsCredentials>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PnsCredentials>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |