IInMageRcmReplicationDetails.DiscoveredVMDetailIsDeleted Property

Definition

A value indicating whether the VM is deleted.

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

Property Value

Attributes

Applies to