Share via


PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

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

Initializes a new instance of the PrivateEndpointConnection class.

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

Parameters

id
String

Resource ID.

privateEndpoint
PrivateEndpoint

The resource of private end point.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioningState
String

The provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

linkIdentifier
String

The consumer link id.

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

type
String

The resource type.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to