共用方式為


PrivateEndpointConnection Constructors

Definition

Overloads

PrivateEndpointConnection()

Initializes a new instance of the PrivateEndpointConnection class.

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

Initializes a new instance of the PrivateEndpointConnection class.

public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.EventGrid.Models.PrivateEndpoint privateEndpoint = default, System.Collections.Generic.IList<string> groupIds = default, Microsoft.Azure.Management.EventGrid.Models.ConnectionState privateLinkServiceConnectionState = default, string provisioningState = default);
new Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.EventGrid.Models.PrivateEndpoint * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.EventGrid.Models.ConnectionState * string -> Microsoft.Azure.Management.EventGrid.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 groupIds As IList(Of String) = Nothing, Optional privateLinkServiceConnectionState As ConnectionState = Nothing, Optional provisioningState As String = Nothing)

Parameters

id
String

Fully qualified identifier of the resource.

name
String

Name of the resource.

type
String

Type of the resource.

privateEndpoint
PrivateEndpoint

The Private Endpoint resource for this Connection.

groupIds
IList<String>

GroupIds from the private link service resource.

privateLinkServiceConnectionState
ConnectionState

Details about the state of the connection.

provisioningState
String

Provisioning state of the Private Endpoint Connection. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed'

Applies to