次の方法で共有


PrivateEndpointConnection コンストラクター

定義

オーバーロード

PrivateEndpointConnection()

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

PrivateEndpointConnection(PrivateEndpointConnectionProperties, String, String, String, SystemData)

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

PrivateEndpointConnection()

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

public PrivateEndpointConnection ();
Public Sub New ()

適用対象

PrivateEndpointConnection(PrivateEndpointConnectionProperties, String, String, String, SystemData)

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

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

パラメーター

properties
PrivateEndpointConnectionProperties

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

id
String

リソース識別子。

name
String

リソースの名前。

type
String

リソースの種類。

systemData
SystemData

適用対象