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

EndpointsSettings Class

Specifies an endpoint configuration for a Custom Application.

Inheritance
builtins.object
EndpointsSettings

Constructor

EndpointsSettings(*, target: int, published: int)

Parameters

Name Description
target
Required
int

Application port inside the container.

published
Required
int

Port over which the application is exposed from container.

Keyword-Only Parameters

Name Description
target
Required
published
Required