Share via


ServiceConfigurationResourcePatch.Port Property

Definition

Gets or sets the port on which service is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.port")]
public long? Port { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.port")>]
member this.Port : Nullable<int64> with get, set
Public Property Port As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to