VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint.LocalPort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Specifies the internal port on which a service running inside the VM is listening to serve this endpoint. WARNING: If specified then ALL the endpoints of this LB set on all the roles will be updated to have THIS local port. To keep unique local ports on each role for a load balanced endpoint specify this as 0 (zero) and if you need to change those use UpdateRole. In case of port conflict with a local port (or probe port) on a role a BadRequestwill be returned.
public int? LocalPort { get; set; }
member this.LocalPort : Nullable<int> with get, set
Public Property LocalPort As Nullable(Of Integer)
Property Value
Applies to
Azure SDK for .NET