PrivateLinkServiceConnectionState Class

A collection of information about the state of the connection between service consumer and provider.

Inheritance
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, status: Optional[Union[str, azure.mgmt.compute.v2020_05_01.models._compute_management_client_enums.PrivateEndpointServiceConnectionStatus]] = None, description: Optional[str] = None, actions_required: Optional[str] = None, **kwargs)

Parameters

status
str or PrivateEndpointServiceConnectionStatus
Required

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. Possible values include: "Pending", "Approved", "Rejected".

description
str
Required

The reason for approval/rejection of the connection.

actions_required
str
Required

A message indicating if changes on the service provider require any updates on the consumer.