你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineRestrictMovement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set VM DRS-driven movement to restricted (enabled) or not (disabled)
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VirtualMachineRestrictMovementTypeConverter))]
public class VirtualMachineRestrictMovement : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVirtualMachineRestrictMovement
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VirtualMachineRestrictMovementTypeConverter))>]
type VirtualMachineRestrictMovement = class
interface IVirtualMachineRestrictMovement
interface IJsonSerializable
Public Class VirtualMachineRestrictMovement
Implements IVirtualMachineRestrictMovement
- Inheritance
-
VirtualMachineRestrictMovement
- Attributes
- Implements
Constructors
VirtualMachineRestrictMovement() |
Creates an new VirtualMachineRestrictMovement instance. |
Properties
RestrictMovement |
Whether VM DRS-driven movement is restricted (enabled) or not (disabled) |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachineRestrictMovement. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineRestrictMovement. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVirtualMachineRestrictMovement. |
FromJsonString(String) |
Creates a new instance of VirtualMachineRestrictMovement, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineRestrictMovement into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |