你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutboundEnvironmentEndpoint Class

Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to.

Inheritance
azure.mgmt.web._serialization.Model
OutboundEnvironmentEndpoint

Constructor

OutboundEnvironmentEndpoint(*, category: str | None = None, endpoints: List[_models.EndpointDependency] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
category
str

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
str

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.