Partilhar via


ArmKubernetesConfigurationModelFactory.HelmReleaseProperties Método

Definição

Inicializa uma nova instância de HelmReleaseProperties.

public static Azure.ResourceManager.KubernetesConfiguration.Models.HelmReleaseProperties HelmReleaseProperties (long? lastRevisionApplied = default, Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesObjectReference helmChartRef = default, long? failureCount = default, long? installFailureCount = default, long? upgradeFailureCount = default);
static member HelmReleaseProperties : Nullable<int64> * Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesObjectReference * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.KubernetesConfiguration.Models.HelmReleaseProperties
Public Shared Function HelmReleaseProperties (Optional lastRevisionApplied As Nullable(Of Long) = Nothing, Optional helmChartRef As KubernetesObjectReference = Nothing, Optional failureCount As Nullable(Of Long) = Nothing, Optional installFailureCount As Nullable(Of Long) = Nothing, Optional upgradeFailureCount As Nullable(Of Long) = Nothing) As HelmReleaseProperties

Parâmetros

lastRevisionApplied
Nullable<Int64>

O número de revisão da última alteração de objeto liberada.

helmChartRef
KubernetesObjectReference

A referência ao objeto HelmChart usado como a origem para este HelmRelease.

failureCount
Nullable<Int64>

Número total de vezes que o HelmRelease falhou ao instalar ou atualizar.

installFailureCount
Nullable<Int64>

Número de vezes que o HelmRelease não foi instalado.

upgradeFailureCount
Nullable<Int64>

Número de vezes que o HelmRelease falhou ao atualizar.

Retornos

Uma nova HelmReleaseProperties instância para simulação.

Aplica-se a