IVMwareMachine.IsDeleted Property

Definition

Value indicating whether VM is deleted.

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

Property Value

Attributes

Applies to