Language

IConnectedCluster.LastConnectivityTime Property

Definition

Time representing the last instance when heart beat was received from the cluster

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Create=false, Description="Time representing the last instance when heart beat was received from the cluster", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastConnectivityTime", Update=false)]
public DateTime? LastConnectivityTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Create=false, Description="Time representing the last instance when heart beat was received from the cluster", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastConnectivityTime", Update=false)>]
member this.LastConnectivityTime : Nullable<DateTime>
Public ReadOnly Property LastConnectivityTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to