@Generated(value="org.jsonschema2pojo") public class CloudServiceConfig extends Object
The cloud service configuration for the pool, for Azure PaaS VMs. You may find more information at https://msdn.microsoft.com/library/azure/dn820174.aspx, cloudServiceConfiguration section.
Constructor and Description |
---|
CloudServiceConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getOsFamily()
OsFamily schema.
|
String |
getTargetOSVersion()
TargetOSVersion schema.
|
void |
setOsFamily(String osFamily)
OsFamily schema.
|
void |
setTargetOSVersion(String targetOSVersion)
TargetOSVersion schema.
|
public String getOsFamily()
The Azure Guest OS family to be installed on the virtual machines in the pool. The default value is 4 – OS Family 4, equivalent to Windows Server 2012 R2. You may find more information at https://msdn.microsoft.com/library/azure/dn820174.aspx, cloudServiceConfiguration section, osFamily element.
public void setOsFamily(String osFamily)
The Azure Guest OS family to be installed on the virtual machines in the pool. The default value is 4 – OS Family 4, equivalent to Windows Server 2012 R2. You may find more information at https://msdn.microsoft.com/library/azure/dn820174.aspx, cloudServiceConfiguration section, osFamily element.
osFamily
- The osFamilypublic String getTargetOSVersion()
The Azure Guest OS version to be installed on the virtual machines in the pool. The default value is * which specifies the latest operating system version for the specified family. You may find more information at https://msdn.microsoft.com/library/azure/dn820174.aspx, cloudServiceConfiguration section, targetOSVersion element.
public void setTargetOSVersion(String targetOSVersion)
The Azure Guest OS version to be installed on the virtual machines in the pool. The default value is * which specifies the latest operating system version for the specified family. You may find more information at https://msdn.microsoft.com/library/azure/dn820174.aspx, cloudServiceConfiguration section, targetOSVersion element.
targetOSVersion
- The targetOSVersionCopyright © 2016. All rights reserved.