RemotePrivateEndpointConnectionWrapper Constructors

Definition

Overloads

RemotePrivateEndpointConnectionWrapper()

Initializes a new instance of the RemotePrivateEndpointConnectionWrapper class.

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

Initializes a new instance of the RemotePrivateEndpointConnectionWrapper class.

RemotePrivateEndpointConnectionWrapper()

Initializes a new instance of the RemotePrivateEndpointConnectionWrapper class.

public RemotePrivateEndpointConnectionWrapper ();
Public Sub New ()

Applies to

RemotePrivateEndpointConnectionWrapper(PrivateLinkServiceConnectionState, String, String, String, ArmIdWrapper, String, IList<String>)

Initializes a new instance of the RemotePrivateEndpointConnectionWrapper class.

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

Parameters

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

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

id
String

Private Endpoint connection resource id

name
String

Private Endpoint Connection Name

type
String

Private Endpoint Connection Resource Type

privateEndpoint
ArmIdWrapper

The resource of private end point.

provisioningState
String

The provisioning state of the private endpoint connection resource.

groupIds
IList<String>

All the Group ids.

Applies to