Bagikan melalui


PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

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

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, SystemData)

Initializes a new instance of the PrivateEndpointConnection class.

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)

Parameters

properties
PrivateEndpointConnectionProperties

The properties of a private endpoint connection

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

systemData
SystemData

Applies to