azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.batch.p...

70 строки
4.5 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration.osFamily()
name: osFamily()
nameWithType: CloudServiceConfiguration.osFamily()
returns:
description: <p>the osFamily value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>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 (<a href="https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases">https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases</a>).</p>
<p></p>
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: <p>the osVersion value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the default value is * which specifies the latest operating system version for the specified OS family.</p>
<p></p>
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: <p>the osFamily value to set </p>
name: osFamily
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the CloudServiceConfiguration object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration?alt=com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration&text=CloudServiceConfiguration" data-throw-if-not-resolved="False"/>
summary: >-
<p>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 (<a href="https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases">https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases</a>).</p>
<p></p>
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: <p>the osVersion value to set </p>
name: osVersion
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the CloudServiceConfiguration object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration?alt=com.microsoft.azure.batch.protocol.models.CloudServiceConfiguration&text=CloudServiceConfiguration" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the default value is * which specifies the latest operating system version for the specified OS family.</p>
<p></p>
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: <p>The configuration for nodes in a pool based on the Azure Cloud Services platform. </p>
metadata: {}