PrivateEndpoint Class
Private Endpoint of a workspace.
- Inheritance
-
builtins.objectPrivateEndpoint
Constructor
PrivateEndpoint(approval_type: str | None = None, connections: Dict[str, EndpointConnection] | None = None)
Parameters
Name | Description |
---|---|
approval_type
|
Approval type of the private endpoint. Default value: None
|
connections
|
List of private endpoint connections. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python