PrivateEndpointConnectionProperties Class
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.
Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
public class PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProperties = class
Public Class PrivateEndpointConnectionProperties
- Inheritance
-
PrivateEndpointConnectionProperties
Constructors
PrivateEndpointConnectionProperties() |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
PrivateEndpointConnectionProperties(PrivateEndpointConnectionPropertiesPrivateEndpoint, PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState) |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
Properties
PrivateEndpoint |
Gets or sets the private endpoint resource from Microsoft.Network provider. |
PrivateLinkServiceConnectionState |
Gets or sets describes the current state of an existing Private Link Service connection to the Azure Private Endpoint. |
Applies to
Azure SDK for .NET