OutboundEnvironmentEndpoint Class
Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to.
- Inheritance
-
OutboundEnvironmentEndpoint
Constructor
OutboundEnvironmentEndpoint(*, category: Optional[str] = None, endpoints: Optional[List[azure.mgmt.web.v2018_02_01.models._models_py3.EndpointDependency]] = None, **kwargs)
Parameters
- category
- str
Required
The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.
- endpoints
- list[EndpointDependency]
Required
The endpoints that the App Service Environment reaches the service at.
Feedback
Submit and view feedback for