PrivateEndpointConnection Class

PrivateEndpointConnection.

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

Inheritance
azure.mgmt.eventgrid.models._models_py3.Resource
PrivateEndpointConnection

Constructor

PrivateEndpointConnection(*, private_endpoint: PrivateEndpoint | None = None, group_ids: List[str] | None = None, private_link_service_connection_state: ConnectionState | None = None, provisioning_state: str | ResourceProvisioningState | None = None, **kwargs)

Keyword-Only Parameters

Name Description
private_endpoint

The Private Endpoint resource for this Connection.

group_ids

GroupIds from the private link service resource.

private_link_service_connection_state

Details about the state of the connection.

provisioning_state

Provisioning state of the Private Endpoint Connection. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed".

Variables

Name Description
id
str

Fully qualified identifier of the resource.

name
str

Name of the resource.

type
str

Type of the resource.

private_endpoint

The Private Endpoint resource for this Connection.

group_ids

GroupIds from the private link service resource.

private_link_service_connection_state

Details about the state of the connection.

provisioning_state

Provisioning state of the Private Endpoint Connection. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed".