IAvailableGroundStation.ReleaseMode 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.
Release Status of a ground station.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Release Status of a ground station.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.ReleaseMode) }, ReadOnly=false, Required=false, SerializedName="releaseMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.ReleaseMode? ReleaseMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Release Status of a ground station.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.ReleaseMode) }, ReadOnly=false, Required=false, SerializedName="releaseMode")>]
member this.ReleaseMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.ReleaseMode> with get, set
Public Property ReleaseMode As Nullable(Of ReleaseMode)
Property Value
- Attributes