ConnectionPropertiesPrivateLinkServiceConnectionState Class
ConnectionPropertiesPrivateLinkServiceConnectionState.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.digitaltwins.v2020_12_01.models._models_py3.ConnectionStateConnectionPropertiesPrivateLinkServiceConnectionState
Constructor
ConnectionPropertiesPrivateLinkServiceConnectionState(*, status: Union[str, azure.mgmt.digitaltwins.v2020_12_01.models._azure_digital_twins_management_client_enums.PrivateLinkServiceConnectionStatus], description: str, actions_required: Optional[str] = None, **kwargs)
Variables
- status
- str or PrivateLinkServiceConnectionStatus
Required. The status of a private endpoint connection. Possible values include: "Pending", "Approved", "Rejected", "Disconnected".
- description
- str
Required. The description for the current state of a private endpoint connection.
- actions_required
- str
Actions required for a private endpoint connection.
Feedback
Submit and view feedback for