IKubernetesClusterFeature.AvailabilityLifecycle Property
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.
The lifecycle indicator of the feature.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The lifecycle indicator of the feature.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureAvailabilityLifecycle) }, ReadOnly=true, Required=false, SerializedName="availabilityLifecycle")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureAvailabilityLifecycle? AvailabilityLifecycle { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The lifecycle indicator of the feature.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureAvailabilityLifecycle) }, ReadOnly=true, Required=false, SerializedName="availabilityLifecycle")>]
member this.AvailabilityLifecycle : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureAvailabilityLifecycle>
Public ReadOnly Property AvailabilityLifecycle As Nullable(Of KubernetesClusterFeatureAvailabilityLifecycle)
Property Value
- Attributes