OpenShiftManagedClusterAgentPoolProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
OpenShiftManagedClusterAgentPoolProfile() |
Initialisiert eine neue instance der OpenShiftManagedClusterAgentPoolProfile-Klasse. |
OpenShiftManagedClusterAgentPoolProfile(String, Int32, OpenShiftContainerServiceVMSize, String, OSType, OpenShiftAgentPoolProfileRole) |
Initialisiert eine neue instance der OpenShiftManagedClusterAgentPoolProfile-Klasse. |
OpenShiftManagedClusterAgentPoolProfile()
Initialisiert eine neue instance der OpenShiftManagedClusterAgentPoolProfile-Klasse.
public OpenShiftManagedClusterAgentPoolProfile ();
Public Sub New ()
Gilt für:
OpenShiftManagedClusterAgentPoolProfile(String, Int32, OpenShiftContainerServiceVMSize, String, OSType, OpenShiftAgentPoolProfileRole)
Initialisiert eine neue instance der OpenShiftManagedClusterAgentPoolProfile-Klasse.
public OpenShiftManagedClusterAgentPoolProfile (string name, int count, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftContainerServiceVMSize vmSize, string subnetCidr = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftAgentPoolProfileRole role = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAgentPoolProfile : string * int * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftContainerServiceVMSize * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftAgentPoolProfileRole -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAgentPoolProfile
Public Sub New (name As String, count As Integer, vmSize As OpenShiftContainerServiceVMSize, Optional subnetCidr As String = Nothing, Optional osType As OSType = Nothing, Optional role As OpenShiftAgentPoolProfileRole = Nothing)
Parameter
- name
- String
Eindeutiger Name des Poolprofils im Kontext des Abonnements und der Ressourcengruppe.
- count
- Int32
Anzahl der Agents (VMs) zum Hosten von Docker-Containern.
Die Größe der Agent-VMs. Mögliche Werte: "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_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"
- subnetCidr
- String
Subnetz-CIDR für das Peering.
- osType
- OSType
OsType, der zum Angeben des Betriebssystemtyps verwendet werden soll. Wählen Sie zwischen Linux und Windows aus. Standardmäßig wird Linux verwendet. Mögliche Werte: "Linux", "Windows"
Definieren Sie die Rolle von AgentPoolProfile. Mögliche Werte: "compute", "infra"
Gilt für:
Azure SDK for .NET