azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.CloudServiceConfiguration"
fullName: "com.microsoft.azure.management.batch.CloudServiceConfiguration"
name: "CloudServiceConfiguration"
nameWithType: "CloudServiceConfiguration"
summary: "The configuration for nodes in a pool based on the Azure Cloud Services platform."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **CloudServiceConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.batch.CloudServiceConfiguration.CloudServiceConfiguration()"
fullName: "com.microsoft.azure.management.batch.CloudServiceConfiguration.CloudServiceConfiguration()"
name: "CloudServiceConfiguration()"
nameWithType: "CloudServiceConfiguration.CloudServiceConfiguration()"
syntax: "public CloudServiceConfiguration()"
methods:
- uid: "com.microsoft.azure.management.batch.CloudServiceConfiguration.osFamily()"
fullName: "com.microsoft.azure.management.batch.CloudServiceConfiguration.osFamily()"
name: "osFamily()"
nameWithType: "CloudServiceConfiguration.osFamily()"
summary: "Get possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1."
syntax: "public String osFamily()"
desc: "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. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/\\#releases)."
returns:
description: "the osFamily value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CloudServiceConfiguration.osVersion()"
fullName: "com.microsoft.azure.management.batch.CloudServiceConfiguration.osVersion()"
name: "osVersion()"
nameWithType: "CloudServiceConfiguration.osVersion()"
summary: "Get the default value is \\* which specifies the latest operating system version for the specified OS family."
syntax: "public String osVersion()"
desc: "Get the default value is \\* which specifies the latest operating system version for the specified OS family."
returns:
description: "the osVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CloudServiceConfiguration.withOsFamily(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CloudServiceConfiguration.withOsFamily(String osFamily)"
name: "withOsFamily(String osFamily)"
nameWithType: "CloudServiceConfiguration.withOsFamily(String osFamily)"
summary: "Set possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1."
parameters:
- description: "the osFamily value to set"
name: "osFamily"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CloudServiceConfiguration withOsFamily(String osFamily)"
desc: "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. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/\\#releases)."
returns:
description: "the CloudServiceConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.CloudServiceConfiguration?alt=com.microsoft.azure.management.batch.CloudServiceConfiguration&text=CloudServiceConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CloudServiceConfiguration.withOsVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CloudServiceConfiguration.withOsVersion(String osVersion)"
name: "withOsVersion(String osVersion)"
nameWithType: "CloudServiceConfiguration.withOsVersion(String osVersion)"
summary: "Set the default value is \\* which specifies the latest operating system version for the specified OS family."
parameters:
- description: "the osVersion value to set"
name: "osVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CloudServiceConfiguration withOsVersion(String osVersion)"
desc: "Set the default value is \\* which specifies the latest operating system version for the specified OS family."
returns:
description: "the CloudServiceConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.CloudServiceConfiguration?alt=com.microsoft.azure.management.batch.CloudServiceConfiguration&text=CloudServiceConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The configuration for nodes in a pool based on the Azure Cloud Services platform."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4