共用方式為


PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(PrivateEndpointConnectionProperties, String, String, String)

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection ();
Public Sub New ()

Applies to

PrivateEndpointConnection(PrivateEndpointConnectionProperties, String, String, String)

Initializes a new instance of the PrivateEndpointConnection class.

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)

Parameters

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

Applies to