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