public class VirtualMachineReimageParameters extends Object
Constructor and Description |
---|
VirtualMachineReimageParameters() |
Modifier and Type | Method and Description |
---|---|
Boolean |
tempDisk()
Get the tempDisk property: Specifies whether to reimage temp disk.
|
void |
validate()
Validates the instance.
|
VirtualMachineReimageParameters |
withTempDisk(Boolean tempDisk)
Set the tempDisk property: Specifies whether to reimage temp disk.
|
public Boolean tempDisk()
public VirtualMachineReimageParameters withTempDisk(Boolean tempDisk)
tempDisk
- the tempDisk value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.