IRegisteredClusterNodes.IsSharedDiskVirtualNode Property

Definition

A value indicating whether this represents virtual entity hosting all the shared disks.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether this represents virtual entity hosting all the shared disks.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isSharedDiskVirtualNode")]
public bool? IsSharedDiskVirtualNode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether this represents virtual entity hosting all the shared disks.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isSharedDiskVirtualNode")>]
member this.IsSharedDiskVirtualNode : Nullable<bool> with get, set
Public Property IsSharedDiskVirtualNode As Nullable(Of Boolean)

Property Value

Attributes

Applies to