OutboundEnvironmentEndpoint Class
Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to.
Constructor
OutboundEnvironmentEndpoint(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
category
|
The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. |
|
endpoints
|
The endpoints that the App Service Environment reaches the service at. |
Attributes
category
The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
category: str | None
endpoints
The endpoints that the App Service Environment reaches the service at.
endpoints: list['_models.EndpointDependency'] | None