ConnectionStateProperties 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
ConnectionStateProperties() |
Initializes a new instance of the ConnectionStateProperties class. |
ConnectionStateProperties(String, String, String) |
Initializes a new instance of the ConnectionStateProperties class. |
ConnectionStateProperties()
Initializes a new instance of the ConnectionStateProperties class.
public ConnectionStateProperties ();
Public Sub New ()
Applies to
ConnectionStateProperties(String, String, String)
Initializes a new instance of the ConnectionStateProperties class.
public ConnectionStateProperties (string actionsRequired = default, string description = default, string status = default);
new Microsoft.Azure.Management.DataFactory.Models.ConnectionStateProperties : string * string * string -> Microsoft.Azure.Management.DataFactory.Models.ConnectionStateProperties
Public Sub New (Optional actionsRequired As String = Nothing, Optional description As String = Nothing, Optional status As String = Nothing)
Parameters
- actionsRequired
- String
The actions required on the managed private endpoint
- description
- String
The managed private endpoint description
- status
- String
The approval status
Applies to
Azure SDK for .NET