Share via


PrivateEndPointConfig 類別

定義 Azure Private EndPoint 的組態。

Azure 私人端點是一種網路介面,可讓您以私人且安全地方式連線到具有Private Link的 Azure ML 工作區。

初始化 PrivateEndPointConfig。

繼承
builtins.object
PrivateEndPointConfig

建構函式

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

參數

名稱 Description
name
必要
str

PrivateEndPoint 的名稱。

vnet_name
必要
str

VNet 的名稱。

vnet_subnet_name
str

要從中部署及配置私人 IP 位址的子網名稱。

預設值: None
vnet_subscription_id
str

包含 VNet 的 Azure 訂用帳戶識別碼。 如果未指定,將會取得工作區的訂用帳戶識別碼。

預設值: None
vnet_resource_group
str

包含 VNet 的資源群組。 如果未指定,將會取得工作區的資源群組。

預設值: None
name
必要
str

PrivateEndPoint 的名稱。

vnet_name
必要
str

VNet 的名稱。

vnet_subnet_name
必要
str

要從中部署及配置私人 IP 位址的子網名稱。

vnet_subscription_id
必要
str

包含 VNet 的 Azure 訂用帳戶識別碼。 如果未指定,將會取得工作區的訂用帳戶識別碼。

vnet_resource_group
必要
str

包含 VNet 的資源群組。 如果未指定,將會取得工作區的資源群組。