ContainerServiceAgentPoolProfile 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
ContainerServiceAgentPoolProfile() |
Initialisiert eine neue instance der ContainerServiceAgentPoolProfile-Klasse. |
ContainerServiceAgentPoolProfile(String, Int32, ContainerServiceVMSizeTypes, String, String) |
Initialisiert eine neue instance der ContainerServiceAgentPoolProfile-Klasse. |
ContainerServiceAgentPoolProfile()
Initialisiert eine neue instance der ContainerServiceAgentPoolProfile-Klasse.
public ContainerServiceAgentPoolProfile();
Public Sub New ()
Gilt für:
ContainerServiceAgentPoolProfile(String, Int32, ContainerServiceVMSizeTypes, String, String)
Initialisiert eine neue instance der ContainerServiceAgentPoolProfile-Klasse.
public ContainerServiceAgentPoolProfile(string name, int count, Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMSizeTypes vmSize, string dnsPrefix, string fqdn = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile : string * int * Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMSizeTypes * string * string -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceAgentPoolProfile
Public Sub New (name As String, count As Integer, vmSize As ContainerServiceVMSizeTypes, dnsPrefix As String, Optional fqdn As String = Nothing)
Parameter
- name
- String
Eindeutiger Name des Agentpoolprofils im Kontext des Abonnements und der Ressourcengruppe.
- count
- Int32
Anzahl der Agents (VMs) zum Hosten von Docker-Containern. Zulässige Werte müssen im Bereich von 1 bis 100 liegen (einschließlich). Der Standardwert ist 1.
- vmSize
- ContainerServiceVMSizeTypes
Die Größe der Agent-VMs. Mögliche Werte: "Standard_A0", "Standard_A1", "Standard_A2", "Standard_A3", "Standard_A4", "Standard_A5", "Standard_A6", "Standard_A7", "Standard_A8", "Standard_A9", "Standard_A10", "Standard_A11", "Standard_D1", "Standard_D2", "Standard_D3", "Standard_D4", "Standard_D11", "Standard_D12", "Standard_D13", "Standard_D14", "Standard_D1_v2", "Standard_D2_v2", "Standard_D3_v2", "Standard_D4_v2", "Standard_D5_v2", "Standard_D11_v2", "Standard_D12_v2", "Standard_D13_v2", "Standard_D14_v2", "Standard_G1", "Standard_G2", "Standard_G3", "Standard_G4", "Standard_G5", "Standard_DS1", "Standard_DS2", "Standard_DS3", "Standard_DS4", "Standard_DS11", "Standard_DS12", "Standard_DS13", "Standard_DS14", "Standard_GS1", "Standard_GS2", "Standard_GS3", "Standard_GS4", "Standard_GS5"
- dnsPrefix
- String
DNS-Präfix, das zum Erstellen des FQDN für den Agentpool verwendet werden soll.
- fqdn
- String
FQDN für den Agentpool.
Gilt für:
Azure SDK for .NET