次の方法で共有


IotHubPrivateEndpointConnectionData コンストラクター

定義

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

public IotHubPrivateEndpointConnectionData (Azure.ResourceManager.IotHub.Models.IotHubPrivateEndpointConnectionProperties properties);
new Azure.ResourceManager.IotHub.IotHubPrivateEndpointConnectionData : Azure.ResourceManager.IotHub.Models.IotHubPrivateEndpointConnectionProperties -> Azure.ResourceManager.IotHub.IotHubPrivateEndpointConnectionData
Public Sub New (properties As IotHubPrivateEndpointConnectionProperties)

パラメーター

properties
IotHubPrivateEndpointConnectionProperties

プライベート エンドポイント接続のプロパティ。

例外

properties が null です。

適用対象