IFabricAgentModelProperties.LastHeartbeat Property

Definition

Gets or sets the time when last heartbeat was sent by the fabric agent.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the time when last heartbeat was sent by the fabric agent.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastHeartbeat", Update=false)]
public DateTime? LastHeartbeat { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Gets or sets the time when last heartbeat was sent by the fabric agent.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastHeartbeat", Update=false)>]
member this.LastHeartbeat : Nullable<DateTime>
Public ReadOnly Property LastHeartbeat As Nullable(Of DateTime)

Property Value

Attributes

Applies to