次の方法で共有


LinkNotificationHubContent(ResourceIdentifier, String) コンストラクター

定義

LinkNotificationHubContent の新しいインスタンスを初期化します。

public LinkNotificationHubContent (Azure.Core.ResourceIdentifier resourceId, string connectionString);
new Azure.ResourceManager.Communication.Models.LinkNotificationHubContent : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Communication.Models.LinkNotificationHubContent
Public Sub New (resourceId As ResourceIdentifier, connectionString As String)

パラメーター

resourceId
ResourceIdentifier

通知ハブのリソース ID。

connectionString
String

通知ハブの接続文字列。

例外

resourceId または connectionString が null です。

適用対象