IExpansionJob.StatusCompletionTimeUtc Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The time (in UTC) when the expansion job completed. Only populated when job reaches a terminal state.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="completionTimeUTC", Update=false)]
public DateTime? StatusCompletionTimeUtc { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The time (in UTC) when the expansion job completed. Only populated when job reaches a terminal state.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="completionTimeUTC", Update=false)>]
member this.StatusCompletionTimeUtc : Nullable<DateTime>
Public ReadOnly Property StatusCompletionTimeUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to