EndpointConnection Class

Private Endpoint Connection related to a workspace private endpoint.

Inheritance
builtins.object
EndpointConnection

Constructor

EndpointConnection(subscription_id: str, resource_group: str, vnet_name: str, subnet_name: str, location: str | None = None)

Parameters

Name Description
subscription_id
Required
str

Subscription id of the connection.

resource_group
Required
str

Resource group of the connection.

vnet_name
Required
str

Name of the virtual network of the connection.

subnet_name
Required
str

Name of the subnet of the connection.

location
str

Location of the connection.

default value: None