ArmContainerServiceModelFactory.ManagedClusterUpgradeProfileData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ManagedClusterUpgradeProfileData.
public static Azure.ResourceManager.ContainerService.ManagedClusterUpgradeProfileData ManagedClusterUpgradeProfileData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile controlPlaneProfile = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile> agentPoolProfiles = default);
static member ManagedClusterUpgradeProfileData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile * seq<Azure.ResourceManager.ContainerService.Models.ManagedClusterPoolUpgradeProfile> -> Azure.ResourceManager.ContainerService.ManagedClusterUpgradeProfileData
Public Shared Function ManagedClusterUpgradeProfileData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional controlPlaneProfile As ManagedClusterPoolUpgradeProfile = Nothing, Optional agentPoolProfiles As IEnumerable(Of ManagedClusterPoolUpgradeProfile) = Nothing) As ManagedClusterUpgradeProfileData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- controlPlaneProfile
- ManagedClusterPoolUpgradeProfile
A lista de versões de atualização disponíveis para o painel de controle.
- agentPoolProfiles
- IEnumerable<ManagedClusterPoolUpgradeProfile>
A lista de versões de atualização disponíveis para pools de agentes.
Retornos
Uma nova ManagedClusterUpgradeProfileData instância para simulação.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET