PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Class

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

Inheritance
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState

Constructor

PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(*, status: Optional[Union[str, azure.mgmt.search.models._search_management_client_enums.PrivateLinkServiceConnectionStatus]] = None, description: Optional[str] = None, actions_required: Optional[str] = 'None', **kwargs)

Parameters

status
str or PrivateLinkServiceConnectionStatus
Required

Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected. Possible values include: "Pending", "Approved", "Rejected", "Disconnected".

description
str
Required

The description for the private link service connection state.

actions_required
str
Required

A description of any extra actions that may be required.