VM endpoint.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
name | string | element | 0/1 | Endpoint names must be between 3 and 15 characters, can contain only letters, numbers, hyphens, spaces and underscores. Names must start with a letter and end with a letter or a number, and must be unique on the virtual machine. | |
privatePort | string | element | 0/1 | The port must be a whole number between 1 and 65535. | |
protocol | string | element | 0/1 | Protocol can be "tcp" or "udp". | |
publicPort | string | element | 0/1 | The port must be a whole number between 1 and 65535. For public port, empty field means automatically allocated. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<VMEndpoint xsitype="..."> <name>...</name> <protocol>...</protocol> <publicPort>...</publicPort> <privatePort>...</privatePort> </VMEndpoint>