IContactProfile.MinimumViableContactDuration 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.
Minimum viable contact duration in ISO 8601 format. Used for listing the available contacts with a spacecraft at a given ground station.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Minimum viable contact duration in ISO 8601 format. Used for listing the available contacts with a spacecraft at a given ground station.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="minimumViableContactDuration")]
public string MinimumViableContactDuration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Minimum viable contact duration in ISO 8601 format. Used for listing the available contacts with a spacecraft at a given ground station.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="minimumViableContactDuration")>]
member this.MinimumViableContactDuration : string with get, set
Public Property MinimumViableContactDuration As String
Property Value
- Attributes