次の方法で共有


IpAddress.Ports プロパティ

定義

コンテナー グループで公開されるポートの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="ports")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Port> Ports { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ports")>]
member this.Ports : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Port> with get, set
Public Property Ports As IList(Of Port)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象