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