PrivateEndPointConfig 类

定义 Azure 专用 EndPoint 的配置。

Azure 专用终结点 是一个网络接口,它通过专用链接将你专用且安全地连接到 Azure ML 工作区。

初始化 PrivateEndPointConfig。

构造函数

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

参数

名称 说明
name
必需
str

PrivateEndPoint 的名称。

vnet_name
必需
str

VNet 的名称。

vnet_subnet_name
str

要从中部署和分配专用 IP 地址的子网的名称。

默认值: None
vnet_subscription_id
str

包含 VNet 的 Azure 订阅 ID。 如果未指定,将采用工作区的订阅 ID。

默认值: 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 订阅 ID。 如果未指定,将采用工作区的订阅 ID。

vnet_resource_group
必需
str

包含 VNet 的资源组。 如果未指定,将采用工作区的资源组。