IVMwareMachine.ChangeTrackingSupported Property

Definition

Value indicating whether change tracking is supported.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Value indicating whether change tracking is supported.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="changeTrackingSupported", Update=false)]
public bool? ChangeTrackingSupported { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=false, Description="Value indicating whether change tracking is supported.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="changeTrackingSupported", Update=false)>]
member this.ChangeTrackingSupported : Nullable<bool>
Public ReadOnly Property ChangeTrackingSupported As Nullable(Of Boolean)

Property Value

Attributes

Applies to