次の方法で共有


IWithPorts<ParentT>.WithPorts(Int32[]) メソッド

定義

このエージェント プールで公開されるポート。 既定の公開ポートは、選択したオーケストレーターによって異なります。

public Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithAttach<ParentT> WithPorts (params int[] ports);
abstract member WithPorts : int[] -> Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithPorts (ParamArray ports As Integer()) As IWithAttach(Of ParentT)

パラメーター

ports
Int32[]

このエージェント プールで公開されるポート番号。

戻り値

適用対象