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