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. |
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