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.objectPrivateEndPointConfig
Constructor
PrivateEndPointConfig(name, vnet_name, vnet_subnet_name=None, vnet_subscription_id=None, vnet_resource_group=None)
Parameters
Name | Description |
---|---|
name
Required
|
The name of the PrivateEndPoint. |
vnet_name
Required
|
The name of the VNet. |
vnet_subnet_name
|
The name of the subnet to deploy and allocate private IP addresses from. Default value: None
|
vnet_subscription_id
|
The Azure subscription id containing the VNet. If not specified, the subscription ID of workspace will be taken. Default value: None
|
vnet_resource_group
|
The resource group containing the VNet. If not specified, the resource group of workspace will be taken. Default value: None
|
name
Required
|
The name of the PrivateEndPoint. |
vnet_name
Required
|
The name of the VNet. |
vnet_subnet_name
Required
|
The name of the subnet to deploy and allocate private IP addresses from. |
vnet_subscription_id
Required
|
The Azure subscription id containing the VNet. If not specified, the subscription ID of workspace will be taken. |
vnet_resource_group
Required
|
The resource group containing the VNet. If not specified, the resource group of workspace will be taken. |