NotificationHubDescription クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
NotificationHub のメタデータの説明。
[System.Runtime.Serialization.DataContract(Name="NotificationHubDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class NotificationHubDescription : Microsoft.Azure.NotificationHubs.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="NotificationHubDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NotificationHubDescription = class
inherit EntityDescription
Public NotInheritable Class NotificationHubDescription
Inherits EntityDescription
- 継承
- 属性
コンストラクター
NotificationHubDescription(String) |
既定のコンストラクター |
プロパティ
AdmCredential |
Adm 資格情報の資格情報を取得または設定します。 |
ApnsCredential |
APNS 資格情報を取得または設定します。 |
Authorization |
承認規則を取得します。 |
BaiduCredential |
Baidu 資格情報を取得または設定します。 |
ExtensionData |
追加のデータを格納する構造体を取得または設定します。 (継承元 EntityDescription) |
FcmCredential |
FCM レガシ資格情報を取得または設定します。 |
IsAnonymousAccessible |
true の場合、匿名ユーザーがエンティティにアクセスできます |
IsDisabled |
この通知ハブが無効になっているかどうかを示す値を設定します。 すべてのランタイム操作 (登録管理と送信) が HTTP 状態コード 403 Forbiddenを返す場合 |
IsReadOnly |
インスタンスが読み取り専用モードかどうかを示します。 (継承元 EntityDescription) |
MpnsCredential |
MPNS 資格情報を取得または設定します。 MpnsCredential証明書が定義されていないインスタンスでは、MPNS の認証されていない MPNS のサポートが有効になります。 |
Path |
notificationHub の完全なパスを取得します。 |
RegistrationTtl |
この Notificationhub 内のすべての登録の有効期限を取得または設定します。 |
WnsCredential |
WNS 資格情報を取得または設定します。 |
メソッド
SetAccessPassword(String, String, IEnumerable<AccessRights>) |
アクセス パスワードを設定します。 |
SetAccessPasswords(String, String, String, String) |
アクセス パスワードを設定します。 |
ThrowIfReadOnly() |
読み取り専用ブール値が設定されている場合は、 をスローします。 (継承元 EntityDescription) |
適用対象
Azure SDK for .NET