| Modifier and Type | Method and Description |
|---|---|
CloudServiceConfiguration |
DeploymentConfiguration.cloudServiceConfiguration()
Get this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.
|
CloudServiceConfiguration |
CloudServiceConfiguration.withOsFamily(String osFamily)
Set possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1.
|
CloudServiceConfiguration |
CloudServiceConfiguration.withOsVersion(String osVersion)
Set the default value is * which specifies the latest operating system version for the specified OS family.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
DeploymentConfiguration.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)
Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/