共用方式為


PrivateEndpointConnectionProperties Class

Definition

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