ICluster.TrialDaysRemaining 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.
Number of days remaining in the trial period.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Number of days remaining in the trial period.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="trialDaysRemaining")]
public float? TrialDaysRemaining { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Number of days remaining in the trial period.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="trialDaysRemaining")>]
member this.TrialDaysRemaining : Nullable<single>
Public ReadOnly Property TrialDaysRemaining As Nullable(Of Single)
Property Value
- Attributes