ConnectionProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- privateLinkServiceConnectionState
- ConnectionPropertiesPrivateLinkServiceConnectionState
The connection state.
Applies to
Azure SDK for .NET