Share via


PrivateEndpointConnectionProperties Class

Describes the properties of an existing private endpoint connection to the search service.

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.

Default value: None
private_link_service_connection_state

Describes the current state of an existing Azure Private Link service connection to the private endpoint.

Default value: None
group_id
str

The group ID of the Azure resource for which the private link service is for.

Default value: None
provisioning_state

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

Default value: None

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 Azure Private Link service connection to the private endpoint.

group_id
str

The group ID of the Azure resource for which the private link service is for.

provisioning_state

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