次の方法で共有


PrivateEndpointConnection コンストラクター

定義

オーバーロード

PrivateEndpointConnection()

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

PrivateEndpointConnection(PrivateEndpointConnectionProperties, String, String, String)

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

PrivateEndpointConnection()

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

public PrivateEndpointConnection ();
Public Sub New ()

適用対象

PrivateEndpointConnection(PrivateEndpointConnectionProperties, String, String, String)

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

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

パラメーター

id
String

リソース識別子。

name
String

リソースの名前。

type
String

リソースの種類。

適用対象