IExpansionJob.StatusCompletionTimeUtc 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.
[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