ApnsCredential Constructors
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.
Overloads
ApnsCredential() | |
ApnsCredential(String, String, String, String, String, String, String, String) |
ApnsCredential()
public ApnsCredential ();
Public Sub New ()
Applies to
ApnsCredential(String, String, String, String, String, String, String, String)
public ApnsCredential (string apnsCertificate = default, string certificateKey = default, string endpoint = default, string thumbprint = default, string keyId = default, string appName = default, string appId = default, string token = default);
new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.ApnsCredential : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.ApnsCredential
Public Sub New (Optional apnsCertificate As String = Nothing, Optional certificateKey As String = Nothing, Optional endpoint As String = Nothing, Optional thumbprint As String = Nothing, Optional keyId As String = Nothing, Optional appName As String = Nothing, Optional appId As String = Nothing, Optional token As String = Nothing)
Parameters
- apnsCertificate
- String
- certificateKey
- String
- endpoint
- String
- thumbprint
- String
- keyId
- String
- appName
- String
- appId
- String
- token
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET