PrivateEndpointConnectionRequestProperties 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
PrivateEndpointConnectionRequestProperties() |
Initializes a new instance of the PrivateEndpointConnectionRequestProperties class. |
PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState) |
Initializes a new instance of the PrivateEndpointConnectionRequestProperties class. |
PrivateEndpointConnectionRequestProperties()
Initializes a new instance of the PrivateEndpointConnectionRequestProperties class.
public PrivateEndpointConnectionRequestProperties ();
Public Sub New ()
Applies to
PrivateEndpointConnectionRequestProperties(PrivateLinkServiceConnectionState)
Initializes a new instance of the PrivateEndpointConnectionRequestProperties class.
public PrivateEndpointConnectionRequestProperties (Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties : Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequestProperties
Public Sub New (Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)
Parameters
- privateLinkServiceConnectionState
- PrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
Applies to
Azure SDK for .NET