Share via


RemotePrivateEndpointConnection Constructors

Definition

Overloads

RemotePrivateEndpointConnection()

Initializes a new instance of the RemotePrivateEndpointConnection class.

RemotePrivateEndpointConnection(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>)

Initializes a new instance of the RemotePrivateEndpointConnection class.

RemotePrivateEndpointConnection()

Initializes a new instance of the RemotePrivateEndpointConnection class.

public RemotePrivateEndpointConnection ();
Public Sub New ()

Applies to

RemotePrivateEndpointConnection(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>)

Initializes a new instance of the RemotePrivateEndpointConnection class.

public RemotePrivateEndpointConnection (string id = default, string name = default, string kind = default, string type = default, string provisioningState = default, Microsoft.Azure.Management.WebSites.Models.ArmIdWrapper privateEndpoint = default, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default, System.Collections.Generic.IList<string> ipAddresses = default);
new Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnection : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.ArmIdWrapper * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionState * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional privateEndpoint As ArmIdWrapper = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing, Optional ipAddresses As IList(Of String) = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

provisioningState
String
privateEndpoint
ArmIdWrapper

PrivateEndpoint of a remote private endpoint connection

privateLinkServiceConnectionState
PrivateLinkConnectionState
ipAddresses
IList<String>

Private IPAddresses mapped to the remote private endpoint

Applies to