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