共用方式為


IAutoImportJobPropertiesStatus.ScanStartTime Property

Definition

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

Applies to