Udostępnij za pośrednictwem


ConnectionProperties Constructors

Definition

Overloads

ConnectionProperties()

Initializes a new instance of the ConnectionProperties class.

ConnectionProperties(String, PrivateEndpoint, IList<String>, ConnectionPropertiesPrivateLinkServiceConnectionState)

Initializes a new instance of the ConnectionProperties class.

ConnectionProperties()

Initializes a new instance of the ConnectionProperties class.

public ConnectionProperties ();
Public Sub New ()

Applies to

ConnectionProperties(String, PrivateEndpoint, IList<String>, ConnectionPropertiesPrivateLinkServiceConnectionState)

Initializes a new instance of the ConnectionProperties class.

public ConnectionProperties (string provisioningState = default, Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpoint privateEndpoint = default, System.Collections.Generic.IList<string> groupIds = default, Microsoft.Azure.Management.DigitalTwins.Models.ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties : string * Microsoft.Azure.Management.DigitalTwins.Models.PrivateEndpoint * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.DigitalTwins.Models.ConnectionPropertiesPrivateLinkServiceConnectionState -> Microsoft.Azure.Management.DigitalTwins.Models.ConnectionProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional groupIds As IList(Of String) = Nothing, Optional privateLinkServiceConnectionState As ConnectionPropertiesPrivateLinkServiceConnectionState = Nothing)

Parameters

provisioningState
String

The provisioning state. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'

privateEndpoint
PrivateEndpoint

The private endpoint.

groupIds
IList<String>

The list of group ids for the private endpoint connection.

privateLinkServiceConnectionState
ConnectionPropertiesPrivateLinkServiceConnectionState

The connection state.

Applies to