VirtualIPMapping.InternalHttpPort Property

Definition

Gets or sets internal HTTP port.

[Newtonsoft.Json.JsonProperty(PropertyName="internalHttpPort")]
public int? InternalHttpPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="internalHttpPort")>]
member this.InternalHttpPort : Nullable<int> with get, set
Public Property InternalHttpPort As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to