IEdgeActionVersion.LastPackageUpdateTime 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.
The last update time in UTC for package update
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=false, Description="The last update time in UTC for package update", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastPackageUpdateTime", Update=false)]
public DateTime? LastPackageUpdateTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=false, Description="The last update time in UTC for package update", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastPackageUpdateTime", Update=false)>]
member this.LastPackageUpdateTime : Nullable<DateTime>
Public ReadOnly Property LastPackageUpdateTime As Nullable(Of DateTime)
Property Value
- Attributes