PrivateEndpointConnectionRequest 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
PrivateEndpointConnectionRequest() |
Initializes a new instance of the PrivateEndpointConnectionRequest class. |
PrivateEndpointConnectionRequest(String, PrivateEndpointConnectionRequestProperties) |
Initializes a new instance of the PrivateEndpointConnectionRequest class. |
PrivateEndpointConnectionRequest()
Initializes a new instance of the PrivateEndpointConnectionRequest class.
public PrivateEndpointConnectionRequest ();
Public Sub New ()
Applies to
PrivateEndpointConnectionRequest(String, PrivateEndpointConnectionRequestProperties)
Initializes a new instance of the PrivateEndpointConnectionRequest class.
public PrivateEndpointConnectionRequest (string id = default, Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties properties = default);
new Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequest : string * Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequest
Public Sub New (Optional id As String = Nothing, Optional properties As PrivateEndpointConnectionRequestProperties = Nothing)
Parameters
- id
- String
Private Endpoint Connection Resource Id.
- properties
- PrivateEndpointConnectionRequestProperties
The connection state of the private endpoint connection.
Applies to
Azure SDK for .NET