次の方法で共有


IWithOSType<ParentT>.WithOSType(OSType) メソッド

定義

エージェント プール内のすべてのマシンに使用される OS の種類。 既定値は Linux です。

public Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithAttach<ParentT> WithOSType (Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType);
abstract member WithOSType : Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType -> Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithOSType (osType As OSType) As IWithAttach(Of ParentT)

パラメーター

osType
OSType

エージェント プール内のすべてのマシンに使用される OS の種類。

戻り値

適用対象