PrivateEndpointConnectionProperties Class

Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.

Inheritance
azure.mgmt.search._serialization.Model
PrivateEndpointConnectionProperties

Constructor

PrivateEndpointConnectionProperties(*, private_endpoint: _models.PrivateEndpointConnectionPropertiesPrivateEndpoint | None = None, private_link_service_connection_state: _models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState | None = None, group_id: str | None = None, provisioning_state: str | _models.PrivateLinkServiceConnectionProvisioningState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
private_endpoint

The private endpoint resource from Microsoft.Network provider.

private_link_service_connection_state

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

group_id
str

The group id from the provider of resource the private link service connection is for.

provisioning_state

The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete. Known values are: "Updating", "Deleting", "Failed", "Succeeded", "Incomplete", and "Canceled".

Variables

Name Description
private_endpoint

The private endpoint resource from Microsoft.Network provider.

private_link_service_connection_state

Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.

group_id
str

The group id from the provider of resource the private link service connection is for.

provisioning_state

The provisioning state of the private link service connection. Can be Updating, Deleting, Failed, Succeeded, or Incomplete. Known values are: "Updating", "Deleting", "Failed", "Succeeded", "Incomplete", and "Canceled".