PrivateEndpointConnection Class

The Private Endpoint Connection resource.

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

Inheritance
PrivateEndpointConnection

Constructor

PrivateEndpointConnection(*, private_endpoint: Optional[azure.mgmt.compute.v2020_05_01.models._models_py3.PrivateEndpoint] = None, private_link_service_connection_state: Optional[azure.mgmt.compute.v2020_05_01.models._models_py3.PrivateLinkServiceConnectionState] = None, **kwargs)

Parameters

private_endpoint
PrivateEndpoint
Required

The resource of private end point.

private_link_service_connection_state
PrivateLinkServiceConnectionState
Required

A collection of information about the state of the connection between DiskAccess and Virtual Network.

Variables

id
str

private endpoint connection Id.

name
str

private endpoint connection name.

type
str

private endpoint connection type.

provisioning_state
str or PrivateEndpointConnectionProvisioningState

The provisioning state of the private endpoint connection resource. Possible values include: "Succeeded", "Creating", "Deleting", "Failed".