ArmNetworkCloudModelFactory.BareMetalMachineCordonContent 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.BareMetalMachineCordonContent BareMetalMachineCordonContent(Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineEvacuate? evacuate = default);
static member BareMetalMachineCordonContent : Nullable<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineEvacuate> -> Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineCordonContent
Public Shared Function BareMetalMachineCordonContent (Optional evacuate As Nullable(Of BareMetalMachineEvacuate) = Nothing) As BareMetalMachineCordonContent
Parameters
- evacuate
- Nullable<BareMetalMachineEvacuate>
The indicator of whether to evacuate the node workload when the bare metal machine is cordoned.
Returns
A new BareMetalMachineCordonContent instance for mocking.