Compartir a través de


ArmKubernetesConfigurationModelFactory.HelmReleaseProperties Method

Definition

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

lastRevisionApplied
Nullable<Int64>

The revision number of the last released object change.

helmChartRef
KubernetesObjectReference

The reference to the HelmChart object used as the source to this HelmRelease.

failureCount
Nullable<Int64>

Total number of times that the HelmRelease failed to install or upgrade.

installFailureCount
Nullable<Int64>

Number of times that the HelmRelease failed to install.

upgradeFailureCount
Nullable<Int64>

Number of times that the HelmRelease failed to upgrade.

Returns

A new HelmReleaseProperties instance for mocking.

Applies to