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
str
Required

The name of the PrivateEndPoint.

vnet_name
str
Required

The name of the VNet.

vnet_subnet_name
str
default value: None

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

vnet_subscription_id
str
default value: None

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

vnet_resource_group
str
default value: None

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

name
str
Required

The name of the PrivateEndPoint.

vnet_name
str
Required

The name of the VNet.

vnet_subnet_name
str
Required

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

vnet_subscription_id
str
Required

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

vnet_resource_group
str
Required

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