PrivateLinkServiceConnectionState Class

The state of a private link service connection.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, status: Optional[Union[str, azure.mgmt.appconfiguration.models._app_configuration_management_client_enums.ConnectionStatus]] = None, description: Optional[str] = None, **kwargs)

Variables

status
str or ConnectionStatus

The private link service connection status. Possible values include: "Pending", "Approved", "Rejected", "Disconnected".

description
str

The private link service connection description.

actions_required
str or ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect). Possible values include: "None", "Recreate".