PnsCredentialProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プッシュ通知サービスの資格情報プロパティを表します。
[System.Runtime.Serialization.CollectionDataContract(ItemName="Property", KeyName="Name", Name="Properties", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")]
public sealed class PnsCredentialProperties : System.Collections.Generic.Dictionary<string,string>
[<System.Runtime.Serialization.CollectionDataContract(ItemName="Property", KeyName="Name", Name="Properties", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")>]
type PnsCredentialProperties = class
inherit Dictionary<string, string>
Public NotInheritable Class PnsCredentialProperties
Inherits Dictionary(Of String, String)
- 継承
-
PnsCredentialProperties
- 属性
コンストラクター
PnsCredentialProperties() |
Microsoft.Azure.NotificationHubs.Messaging.PnsCredentialProperties クラスの新しいインスタンスを初期化します。 |
拡張メソッド
TryRemove<TKey,TValue>(Dictionary<TKey,TValue>, TKey, TValue) |
指定したキーに関連付けられている値を削除します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET