PrivateEndpointConnectionListResult 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
PrivateEndpointConnectionListResult() |
Initializes a new instance of the PrivateEndpointConnectionListResult class. |
PrivateEndpointConnectionListResult(IList<PrivateEndpointConnection>) |
Initializes a new instance of the PrivateEndpointConnectionListResult class. |
PrivateEndpointConnectionListResult()
Initializes a new instance of the PrivateEndpointConnectionListResult class.
public PrivateEndpointConnectionListResult ();
Public Sub New ()
Applies to
PrivateEndpointConnectionListResult(IList<PrivateEndpointConnection>)
Initializes a new instance of the PrivateEndpointConnectionListResult class.
public PrivateEndpointConnectionListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> value = default);
new Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnectionListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnectionListResult
Public Sub New (Optional value As IList(Of PrivateEndpointConnection) = Nothing)
Parameters
- value
- IList<PrivateEndpointConnection>
Array of private endpoint connections