ManagedCluster.ClientConnectionPort Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to