IAutoImportJobPropertiesStatus.ScanStartTime 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.
Date and time of when the currently running full scan began.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="Date and time of when the currently running full scan began.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="scanStartTime", Update=false)]
public DateTime? ScanStartTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="Date and time of when the currently running full scan began.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="scanStartTime", Update=false)>]
member this.ScanStartTime : Nullable<DateTime>
Public ReadOnly Property ScanStartTime As Nullable(Of DateTime)
Property Value
- Attributes