ArmNetworkCloudModelFactory.VirtualMachinePowerOffContent Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.VirtualMachinePowerOffContent VirtualMachinePowerOffContent(Azure.ResourceManager.NetworkCloud.Models.SkipShutdown? skipShutdown = default);
static member VirtualMachinePowerOffContent : Nullable<Azure.ResourceManager.NetworkCloud.Models.SkipShutdown> -> Azure.ResourceManager.NetworkCloud.Models.VirtualMachinePowerOffContent
Public Shared Function VirtualMachinePowerOffContent (Optional skipShutdown As Nullable(Of SkipShutdown) = Nothing) As VirtualMachinePowerOffContent
Parameters
- skipShutdown
- Nullable<SkipShutdown>
The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately.
Returns
A new VirtualMachinePowerOffContent instance for mocking.