AgentPoolUpgradeProfileInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AgentPoolUpgradeProfileInner() |
Initialise une nouvelle instance de la classe AgentPoolUpgradeProfileInner. |
AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String) |
Initialise une nouvelle instance de la classe AgentPoolUpgradeProfileInner. |
AgentPoolUpgradeProfileInner()
Initialise une nouvelle instance de la classe AgentPoolUpgradeProfileInner.
public AgentPoolUpgradeProfileInner ();
Public Sub New ()
S’applique à
AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String)
Initialise une nouvelle instance de la classe AgentPoolUpgradeProfileInner.
public AgentPoolUpgradeProfileInner (string kubernetesVersion, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType, string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades = default, string latestNodeImageVersion = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner
Public Sub New (kubernetesVersion As String, osType As OSType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional upgrades As IList(Of AgentPoolUpgradeProfilePropertiesUpgradesItem) = Nothing, Optional latestNodeImageVersion As String = Nothing)
Paramètres
- kubernetesVersion
- String
Version de Kubernetes (majeure, mineure, correctif).
- osType
- OSType
OsType à utiliser pour spécifier le type de système d’exploitation. Choisissez parmi Linux et Windows. La valeur par défaut est Linux. Les valeurs possibles sont les suivantes : 'Linux', 'Windows'
- id
- String
ID du profil de mise à niveau du pool d’agents.
- name
- String
Nom du profil de mise à niveau du pool d’agents.
- type
- String
Type du profil de mise à niveau du pool d’agents.
Liste des types et versions d’orchestrateur disponibles pour la mise à niveau.
- latestNodeImageVersion
- String
LatestNodeImageVersion est la dernière version d’image de nœud prise en charge par AKS.
S’applique à
Azure SDK for .NET