public class OSDiskImage extends Object
| Constructor and Description |
|---|
OSDiskImage() |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemTypes |
operatingSystem()
Get the operatingSystem value.
|
OSDiskImage |
withOperatingSystem(OperatingSystemTypes operatingSystem)
Set the operatingSystem value.
|
public OperatingSystemTypes operatingSystem()
public OSDiskImage withOperatingSystem(OperatingSystemTypes operatingSystem)
operatingSystem - the operatingSystem value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/