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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET