VirtualMachinePowerOffParameters 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.
VirtualMachinePowerOffParameters represents the body of the request to power off virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.VirtualMachinePowerOffParametersTypeConverter))]
public class VirtualMachinePowerOffParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IVirtualMachinePowerOffParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.VirtualMachinePowerOffParametersTypeConverter))>]
type VirtualMachinePowerOffParameters = class
interface IVirtualMachinePowerOffParameters
interface IJsonSerializable
Public Class VirtualMachinePowerOffParameters
Implements IVirtualMachinePowerOffParameters
- Inheritance
-
VirtualMachinePowerOffParameters
- Attributes
- Implements
Constructors
VirtualMachinePowerOffParameters() |
Creates an new VirtualMachinePowerOffParameters instance. |
Properties
SkipShutdown |
The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachinePowerOffParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachinePowerOffParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IVirtualMachinePowerOffParameters. |
FromJsonString(String) |
Creates a new instance of VirtualMachinePowerOffParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachinePowerOffParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |