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.Media.Models.PrivateEndpointConnection> value = default);
new Microsoft.Azure.Management.Media.Models.PrivateEndpointConnectionListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.Media.Models.PrivateEndpointConnectionListResult
Public Sub New (Optional value As IList(Of PrivateEndpointConnection) = Nothing)
Parameters
- value
- IList<PrivateEndpointConnection>
Array of private endpoint connections
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET