次の方法で共有


OpenShiftManagedClusterMasterPoolProfile コンストラクター

定義

オーバーロード

OpenShiftManagedClusterMasterPoolProfile()

OpenShiftManagedClusterMasterPoolProfile クラスの新しいインスタンスを初期化します。

OpenShiftManagedClusterMasterPoolProfile(Int32, OpenShiftContainerServiceVMSize, String, String, OSType)

OpenShiftManagedClusterMasterPoolProfile クラスの新しいインスタンスを初期化します。

OpenShiftManagedClusterMasterPoolProfile()

OpenShiftManagedClusterMasterPoolProfile クラスの新しいインスタンスを初期化します。

public OpenShiftManagedClusterMasterPoolProfile ();
Public Sub New ()

適用対象

OpenShiftManagedClusterMasterPoolProfile(Int32, OpenShiftContainerServiceVMSize, String, String, OSType)

OpenShiftManagedClusterMasterPoolProfile クラスの新しいインスタンスを初期化します。

public OpenShiftManagedClusterMasterPoolProfile (int count, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftContainerServiceVMSize vmSize, string name = default, string subnetCidr = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterMasterPoolProfile : int * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftContainerServiceVMSize * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterMasterPoolProfile
Public Sub New (count As Integer, vmSize As OpenShiftContainerServiceVMSize, Optional name As String = Nothing, Optional subnetCidr As String = Nothing, Optional osType As OSType = Nothing)

パラメーター

count
Int32

Docker コンテナーをホストするマスター (VM) の数。 既定値は、3 です。

vmSize
OpenShiftContainerServiceVMSize

エージェント VM のサイズ。 使用できる値は、'Standard_D2s_v3'、'Standard_D4s_v3'、'Standard_D8s_v3'、'Standard_D16s_v3'、 'Standard_D32s_v3'、'Standard_D64s_v3'、'Standard_DS4_v2'、'Standard_DS5_v2'、'Standard_F8s_v2'、'Standard_F16s_v2'、'Standard_F32s_v2'、'Standard_F64s_v2'、'Standard_F72s_v2'、'Standard_F8s'、'Standard_F16s'、'Standard_E4s_v3'、'Standard_E8s_v3'、'Standard_E16s_v3'、'Standard_E20s_v3'、'Standard_E20s_v3'、 'Standard_E32s_v3'、'Standard_E64s_v3'、'Standard_GS2'、'Standard_GS3'、'Standard_GS4'、'Standard_GS5'、'Standard_DS12_v2'、'Standard_DS13_v2'、'Standard_DS14_v2'、'Standard_DS15_v2'、'Standard_L4s'、'Standard_L8s'、'Standard_L16s'、'Standard_L32s'

name
String

サブスクリプションとリソース グループのコンテキストにおけるマスター プール プロファイルの一意の名前。

subnetCidr
String

ピアリングのサブネット CIDR。

osType
OSType

OS の種類を指定するために使用する OsType。 Linux と Windows から選択します。 既定では Linux です。 使用可能な値は、'Linux'、'Windows' です。

適用対象