OutboundEnvironmentEndpoint Class
Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to.
- Inheritance
-
azure.mgmt.web._serialization.ModelOutboundEnvironmentEndpoint
Constructor
OutboundEnvironmentEndpoint(*, category: str | None = None, endpoints: List[_models.EndpointDependency] | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |