ApplicationGetEndpoint.PublicPort プロパティ

定義

接続するパブリック ポートを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象