Share via


ManagedPrivateEndpoint Constructors

Definition

Overloads

ManagedPrivateEndpoint()

Initializes a new instance of the ManagedPrivateEndpoint class.

ManagedPrivateEndpoint(IDictionary<String,Object>, ConnectionStateProperties, IList<String>, String, Nullable<Boolean>, String, String)

Initializes a new instance of the ManagedPrivateEndpoint class.

ManagedPrivateEndpoint()

Initializes a new instance of the ManagedPrivateEndpoint class.

public ManagedPrivateEndpoint ();
Public Sub New ()

Applies to

ManagedPrivateEndpoint(IDictionary<String,Object>, ConnectionStateProperties, IList<String>, String, Nullable<Boolean>, String, String)

Initializes a new instance of the ManagedPrivateEndpoint class.

public ManagedPrivateEndpoint (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.ConnectionStateProperties connectionState = default, System.Collections.Generic.IList<string> fqdns = default, string groupId = default, bool? isReserved = default, string privateLinkResourceId = default, string provisioningState = default);
new Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpoint : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.ConnectionStateProperties * System.Collections.Generic.IList<string> * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpoint
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectionState As ConnectionStateProperties = Nothing, Optional fqdns As IList(Of String) = Nothing, Optional groupId As String = Nothing, Optional isReserved As Nullable(Of Boolean) = Nothing, Optional privateLinkResourceId As String = Nothing, Optional provisioningState As String = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

connectionState
ConnectionStateProperties

The managed private endpoint connection state

fqdns
IList<String>

Fully qualified domain names

groupId
String

The groupId to which the managed private endpoint is created

isReserved
Nullable<Boolean>

Denotes whether the managed private endpoint is reserved

privateLinkResourceId
String

The ARM resource ID of the resource to which the managed private endpoint is created

provisioningState
String

The managed private endpoint provisioning state

Applies to