Partager via


ArmContainerServiceModelFactory.AgentPoolUpgradeProfileData Méthode

Définition

Initialise une nouvelle instance d’AgentPoolUpgradeProfileData.

public static Azure.ResourceManager.ContainerService.AgentPoolUpgradeProfileData AgentPoolUpgradeProfileData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kubernetesVersion = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceOSType osType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades = default, string latestNodeImageVersion = default);
static member AgentPoolUpgradeProfileData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.ContainerService.Models.ContainerServiceOSType * seq<Azure.ResourceManager.ContainerService.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> * string -> Azure.ResourceManager.ContainerService.AgentPoolUpgradeProfileData
Public Shared Function AgentPoolUpgradeProfileData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kubernetesVersion As String = Nothing, Optional osType As ContainerServiceOSType = Nothing, Optional upgrades As IEnumerable(Of AgentPoolUpgradeProfilePropertiesUpgradesItem) = Nothing, Optional latestNodeImageVersion As String = Nothing) As AgentPoolUpgradeProfileData

Paramètres

name
String

Nom.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

kubernetesVersion
String

La version de Kubernetes (major.minor.patch).

osType
ContainerServiceOSType

Type de système d’exploitation. La valeur par défaut est Linux.

upgrades
IEnumerable<AgentPoolUpgradeProfilePropertiesUpgradesItem>

Liste des types et versions d’orchestrateur disponibles pour la mise à niveau.

latestNodeImageVersion
String

Dernière version d’image de nœud prise en charge par AKS.

Retours

Une nouvelle AgentPoolUpgradeProfileData instance pour se moquer.

S’applique à