次の方法で共有


Container.Ports プロパティ

定義

コンテナー インスタンスで公開されているポートを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象