PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

PrivateEndpointConnection(String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, 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(String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, String)

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Purview.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.Purview.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.Purview.Models.PrivateEndpoint * Microsoft.Azure.Management.Purview.Models.PrivateLinkServiceConnectionState * string -> Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing)

Parameters

id
String

Gets or sets the identifier.

name
String

Gets or sets the name.

type
String

Gets or sets the type.

privateEndpoint
PrivateEndpoint

The private endpoint information.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

The private link service connection state.

provisioningState
String

The provisioning state.

Applies to