INetworkTapRule.LastSyncedTime 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 sync timestamp.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="The last sync timestamp.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastSyncedTime", Update=false)]
public DateTime? LastSyncedTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=false, Description="The last sync timestamp.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastSyncedTime", Update=false)>]
member this.LastSyncedTime : Nullable<DateTime>
Public ReadOnly Property LastSyncedTime As Nullable(Of DateTime)
Property Value
- Attributes