次の方法で共有


ContainerGroupIPAddress コンストラクター

定義

ContainerGroupIPAddress の新しいインスタンスを初期化します。

public ContainerGroupIPAddress (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupPort> ports, Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddressType addressType);
new Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddress : seq<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupPort> * Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddressType -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupIPAddress
Public Sub New (ports As IEnumerable(Of ContainerGroupPort), addressType As ContainerGroupIPAddressType)

パラメーター

ports
IEnumerable<ContainerGroupPort>

コンテナー グループで公開されているポートのリスト。

addressType
ContainerGroupIPAddressType

IP がパブリック インターネットまたはプライベート VNET に公開されているかどうかを指定します。

例外

ports が null です。

適用対象