IHyperVMachine.IsDeleted Property

Definition

Value indicating whether VM is deleted.

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

Property Value

Attributes

Applies to