HttpConfig Class

Describes the http configuration for external connectivity for this network.

All required parameters must be populated in order to send to Azure.

Inheritance
HttpConfig

Constructor

HttpConfig(*, name: str, port: int, hosts, **kwargs)

Parameters

name
str
Required

Required. http gateway config name.

port
int
Required

Required. Specifies the port at which the service endpoint below needs to be exposed.

hosts
list[HttpHostConfig]
Required

Required. description for routing.