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