次の方法で共有


WebPubSubHubData(WebPubSubHubProperties) コンストラクター

定義

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

public WebPubSubHubData (Azure.ResourceManager.WebPubSub.Models.WebPubSubHubProperties properties);
new Azure.ResourceManager.WebPubSub.WebPubSubHubData : Azure.ResourceManager.WebPubSub.Models.WebPubSubHubProperties -> Azure.ResourceManager.WebPubSub.WebPubSubHubData
Public Sub New (properties As WebPubSubHubProperties)

パラメーター

properties
WebPubSubHubProperties

ハブのプロパティ。

例外

properties が null です。

適用対象