EndpointConnection Class
Private Endpoint Connection related to a workspace private endpoint.
- Inheritance
-
builtins.objectEndpointConnection
Constructor
EndpointConnection(subscription_id: str, resource_group: str, vnet_name: str, subnet_name: str, location: str | None = None)
Parameters
Name | Description |
---|---|
subscription_id
Required
|
Subscription id of the connection. |
resource_group
Required
|
Resource group of the connection. |
vnet_name
Required
|
Name of the virtual network of the connection. |
subnet_name
Required
|
Name of the subnet of the connection. |
location
|
Location of the connection. Default value: None
|
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python