EndpointsSettings Class
Specifies an endpoint configuration for a Custom Application.
- Inheritance
-
builtins.objectEndpointsSettings
Constructor
EndpointsSettings(*, target: int, published: int)
Parameters
Name | Description |
---|---|
target
Required
|
Application port inside the container. |
published
Required
|
Port over which the application is exposed from container. |
Keyword-Only Parameters
Name | Description |
---|---|
target
Required
|
|
published
Required
|
|
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python