次の方法で共有


IotHubPrivateEndpointConnectionProperties コンストラクター

定義

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

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

パラメーター

connectionState
IotHubPrivateLinkServiceConnectionState

プライベート エンドポイント接続の現在の状態。

例外

connectionState が null です。

適用対象