ILogCollectionSession.TimeCollected 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.
Duration of logs collected
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Duration of logs collected", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="timeCollected")]
public DateTime? TimeCollected { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Duration of logs collected", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="timeCollected")>]
member this.TimeCollected : Nullable<DateTime>
Public ReadOnly Property TimeCollected As Nullable(Of DateTime)
Property Value
- Attributes