### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.osFamily() name: osFamily() nameWithType: CloudServiceConfiguration.osFamily() returns: description:

the osFamily value

type: summary: >-

Get possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).

syntax: public String osFamily() uid: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.osFamily() - fullName: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.osVersion() name: osVersion() nameWithType: CloudServiceConfiguration.osVersion() returns: description:

the osVersion value

type: summary: >-

Get the default value is * which specifies the latest operating system version for the specified OS family.

syntax: public String osVersion() uid: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.osVersion() - fullName: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.withOsFamily(String osFamily) name: withOsFamily(String osFamily) nameWithType: CloudServiceConfiguration.withOsFamily(String osFamily) parameters: - description:

the osFamily value to set

name: osFamily type: returns: description:

the CloudServiceConfiguration object itself.

type: summary: >-

Set possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).

syntax: public CloudServiceConfiguration withOsFamily(String osFamily) uid: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.withOsFamily(String) - fullName: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.withOsVersion(String osVersion) name: withOsVersion(String osVersion) nameWithType: CloudServiceConfiguration.withOsVersion(String osVersion) parameters: - description:

the osVersion value to set

name: osVersion type: returns: description:

the CloudServiceConfiguration object itself.

type: summary: >-

Set the default value is * which specifies the latest operating system version for the specified OS family.

syntax: public CloudServiceConfiguration withOsVersion(String osVersion) uid: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.withOsVersion(String) nameWithType: CloudServiceConfiguration syntax: public class CloudServiceConfiguration type: class uid: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration fullName: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration name: CloudServiceConfiguration package: com.microsoft.azure.batch.protocol.models summary:

The configuration for nodes in a pool based on the Azure Cloud Services platform.

metadata: {}