EndpointRangeDescription Class

Port range details.

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

Inheritance
EndpointRangeDescription

Constructor

EndpointRangeDescription(*, start_port: int, end_port: int, **kwargs)

Parameters

start_port
int
Required

Required. Starting port of a range of ports.

end_port
int
Required

Required. End port of a range of ports.