次の方法で共有


PrivateEndpointConnection コンストラクター

定義

オーバーロード

PrivateEndpointConnection()

PrivateEndpointConnection クラスの新しいインスタンスを初期化します。

PrivateEndpointConnection(ConnectionProperties, String, String, String, SystemData)

PrivateEndpointConnection クラスの新しいインスタンスを初期化します。

PrivateEndpointConnection()

PrivateEndpointConnection クラスの新しいインスタンスを初期化します。

public PrivateEndpointConnection ();
Public Sub New ()

適用対象

PrivateEndpointConnection(ConnectionProperties, String, String, String, SystemData)

PrivateEndpointConnection クラスの新しいインスタンスを初期化します。

public PrivateEndpointConnection (Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties properties, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DigitalTwins.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection : Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties * string * string * string * Microsoft.Azure.Management.DigitalTwins.Models.SystemData -> Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpointConnection
Public Sub New (properties As ConnectionProperties, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing)

パラメーター

properties
ConnectionProperties

接続プロパティ。

id
String

リソース識別子。

name
String

リソースの名前。

type
String

リソースの種類。

systemData
SystemData

プライベート エンドポイント接続の作成と最後の変更に関連するメタデータ。

適用対象