Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputEndpoint

Package version

interface

An interface representing InputEndpoint. Azure VM input endpoint details.

Hierarchy

  • InputEndpoint

Index

Properties

Optional endpointName

endpointName: undefined | string
member

{string} [endpointName] The input endpoint name.

Optional privatePort

privatePort: undefined | number
member

{number} [privatePort] The input endpoint private port.

Optional protocol

protocol: undefined | string
member

{string} [protocol] The input endpoint protocol.

Optional publicPort

publicPort: undefined | number
member

{number} [publicPort] The input endpoint public port.

Generated using TypeDoc