ConnectionPropertiesPrivateLinkServiceConnectionState 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
ConnectionPropertiesPrivateLinkServiceConnectionState() |
Initializes a new instance of the ConnectionPropertiesPrivateLinkServiceConnectionState class. |
ConnectionPropertiesPrivateLinkServiceConnectionState(String, String, String) |
Initializes a new instance of the ConnectionPropertiesPrivateLinkServiceConnectionState class. |
ConnectionPropertiesPrivateLinkServiceConnectionState()
Initializes a new instance of the ConnectionPropertiesPrivateLinkServiceConnectionState class.
public ConnectionPropertiesPrivateLinkServiceConnectionState ();
Public Sub New ()
Applies to
ConnectionPropertiesPrivateLinkServiceConnectionState(String, String, String)
Initializes a new instance of the ConnectionPropertiesPrivateLinkServiceConnectionState class.
public ConnectionPropertiesPrivateLinkServiceConnectionState (string status, string description, string actionsRequired = default);
new Microsoft.Azure.Management.DigitalTwins.Models.ConnectionPropertiesPrivateLinkServiceConnectionState : string * string * string -> Microsoft.Azure.Management.DigitalTwins.Models.ConnectionPropertiesPrivateLinkServiceConnectionState
Public Sub New (status As String, description As String, Optional actionsRequired As String = Nothing)
Parameters
- status
- String
The status of a private endpoint connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
- description
- String
The description for the current state of a private endpoint connection.
- actionsRequired
- String
Actions required for a private endpoint connection.
Applies to
Azure SDK for .NET