Share via


IWithPorts<ParentT>.WithPorts(Int32[]) Method

Definition

Ports to be exposed on this agent pool. The default exposed ports are different based on your choice of orchestrator.

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)

Parameters

ports
Int32[]

Port numbers that will be exposed on this agent pool.

Returns

Applies to