ArmKubernetesConfigurationModelFactory.HelmReleaseProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- helmChartRef
- KubernetesObjectReference
The reference to the HelmChart object used as the source to this HelmRelease.
Total number of times that the HelmRelease failed to install or upgrade.
Returns
A new HelmReleaseProperties instance for mocking.
Applies to
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