public class CloudServiceConfiguration extends Object
| Constructor and Description |
|---|
CloudServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
osFamily()
Get possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1.
|
String |
osVersion()
Get the default value is * which specifies the latest operating system version for the specified OS family.
|
CloudServiceConfiguration |
withOsFamily(String osFamily)
Set possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1.
|
CloudServiceConfiguration |
withOsVersion(String osVersion)
Set the default value is * which specifies the latest operating system version for the specified OS family.
|
public String osFamily()
public CloudServiceConfiguration withOsFamily(String osFamily)
osFamily - the osFamily value to setpublic String osVersion()
public CloudServiceConfiguration withOsVersion(String osVersion)
osVersion - the osVersion 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.
*/