次の方法で共有


IHyperVVirtualMachineDetails.HasSharedVhd Property

Definition

A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus) }, ReadOnly=false, Required=false, SerializedName="hasSharedVhd")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus? HasSharedVhd { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus) }, ReadOnly=false, Required=false, SerializedName="hasSharedVhd")>]
member this.HasSharedVhd : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PresenceStatus> with get, set
Public Property HasSharedVhd As Nullable(Of PresenceStatus)

Property Value

Attributes

Applies to