VirtualIPMapping.InternalHttpsPort Property

Definition

Gets or sets internal HTTPS port.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to