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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python