Share via


PrivateEndpointConnectionResource Constructors

Definition

Overloads

PrivateEndpointConnectionResource()

Initializes a new instance of the PrivateEndpointConnectionResource class.

PrivateEndpointConnectionResource(String, String, String, String, RemotePrivateEndpointConnection)

Initializes a new instance of the PrivateEndpointConnectionResource class.

PrivateEndpointConnectionResource()

Initializes a new instance of the PrivateEndpointConnectionResource class.

public PrivateEndpointConnectionResource ();
Public Sub New ()

Applies to

PrivateEndpointConnectionResource(String, String, String, String, RemotePrivateEndpointConnection)

Initializes a new instance of the PrivateEndpointConnectionResource class.

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

Parameters

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

etag
String

Etag identifies change in the resource.

properties
RemotePrivateEndpointConnection

Core resource properties

Applies to