ManagedCluster.HttpGatewayConnectionPort Property

Definition

Gets or sets the port used for http connections to the cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to