VirtualMachineRestrictMovement 建構函式

定義

多載

VirtualMachineRestrictMovement()

初始化 VirtualMachineRestrictMovement 類別的新實例。

VirtualMachineRestrictMovement(String)

初始化 VirtualMachineRestrictMovement 類別的新實例。

VirtualMachineRestrictMovement()

初始化 VirtualMachineRestrictMovement 類別的新實例。

public VirtualMachineRestrictMovement ();
Public Sub New ()

適用於

VirtualMachineRestrictMovement(String)

初始化 VirtualMachineRestrictMovement 類別的新實例。

public VirtualMachineRestrictMovement (string restrictMovement = default);
new Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement : string -> Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement
Public Sub New (Optional restrictMovement As String = Nothing)

參數

restrictMovement
String

可能的值包括:'Enabled'、'Disabled'

適用於