PortMapping Data Type

VM endpoint.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
name string element 0/1 Name
privatePort string element 0/1 The port must be a whole number between 1 and 65535.
privateProtocol string element 0/1 Private Protocol
publicPort string element 0/1 The port must be a whole number between 1 and 65535. For public port, empty field means automatically allocated.
publicProtocol string element 0/1 Public Protocol
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<VMEndpoint xsitype="...">
  <name>...</name>
  <publicProtocol>...</publicProtocol>
  <privateProtocol>...</privateProtocol>
  <publicPort>...</publicPort>
  <privatePort>...</privatePort>
</VMEndpoint>