PrivateEndPointConfig 類別
定義 Azure Private EndPoint 的組態。
Azure 私人端點是一個網路介面,可讓您以私人且安全地方式連線到具有Private Link的 Azure ML 工作區。
初始化 PrivateEndPointConfig。
- 繼承
-
builtins.objectPrivateEndPointConfig
建構函式
PrivateEndPointConfig(name, vnet_name, vnet_subnet_name=None, vnet_subscription_id=None, vnet_resource_group=None)
參數
名稱 | Description |
---|---|
name
必要
|
PrivateEndPoint 的名稱。 |
vnet_name
必要
|
VNet 的名稱。 |
vnet_subnet_name
|
要部署及配置私人 IP 位址的子網名稱。 預設值: None
|
vnet_subscription_id
|
包含 VNet 的 Azure 訂用帳戶識別碼。 如果未指定,則會取得工作區的訂用帳戶識別碼。 預設值: None
|
vnet_resource_group
|
包含 VNet 的資源群組。 如果未指定,則會取得工作區的資源群組。 預設值: None
|
name
必要
|
PrivateEndPoint 的名稱。 |
vnet_name
必要
|
VNet 的名稱。 |
vnet_subnet_name
必要
|
要部署及配置私人 IP 位址的子網名稱。 |
vnet_subscription_id
必要
|
包含 VNet 的 Azure 訂用帳戶識別碼。 如果未指定,則會取得工作區的訂用帳戶識別碼。 |
vnet_resource_group
必要
|
包含 VNet 的資源群組。 如果未指定,則會取得工作區的資源群組。 |