ArmKubernetesConfigurationModelFactory.HelmReleaseProperties 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 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
- helmChartRef
- KubernetesObjectReference
A referência ao objeto HelmChart usado como a origem para este HelmRelease.
Número total de vezes que o HelmRelease falhou ao instalar ou atualizar.
Retornos
Uma nova HelmReleaseProperties instância para simulação.