PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Class
Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
- Inheritance
-
azure.mgmt.search._serialization.ModelPrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Constructor
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(*, status: str | _models.PrivateLinkServiceConnectionStatus | None = None, description: str | None = None, actions_required: str = 'None', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected. Known values are: "Pending", "Approved", "Rejected", and "Disconnected". |
description
|
The description for the private link service connection state. |
actions_required
|
A description of any extra actions that may be required. Default value: None
|
Variables
Name | Description |
---|---|
status
|
Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected. Known values are: "Pending", "Approved", "Rejected", and "Disconnected". |
description
|
The description for the private link service connection state. |
actions_required
|
A description of any extra actions that may be required. |
Azure SDK for Python