PrivateEndPointConfig Class

Defines configuration for an Azure Private EndPoint.

Azure Private Endpoint is a network interface that connects you privately and securely to a Azure ML workspace with Private Link.

Initialize PrivateEndPointConfig.

Inheritance
builtins.object
PrivateEndPointConfig

Constructor

PrivateEndPointConfig(name, vnet_name, vnet_subnet_name=None, vnet_subscription_id=None, vnet_resource_group=None)

Parameters

Name Description
name
Required
str

The name of the PrivateEndPoint.

vnet_name
Required
str

The name of the VNet.

vnet_subnet_name
str

The name of the subnet to deploy and allocate private IP addresses from.

default value: None
vnet_subscription_id
str

The Azure subscription id containing the VNet. If not specified, the subscription ID of workspace will be taken.

default value: None
vnet_resource_group
str

The resource group containing the VNet. If not specified, the resource group of workspace will be taken.

default value: None
name
Required
str

The name of the PrivateEndPoint.

vnet_name
Required
str

The name of the VNet.

vnet_subnet_name
Required
str

The name of the subnet to deploy and allocate private IP addresses from.

vnet_subscription_id
Required
str

The Azure subscription id containing the VNet. If not specified, the subscription ID of workspace will be taken.

vnet_resource_group
Required
str

The resource group containing the VNet. If not specified, the resource group of workspace will be taken.