Uses of Class
com.microsoft.azure.management.batch.CloudServiceConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CloudServiceConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionDeploymentConfiguration.cloudServiceConfiguration()
Get this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.CloudServiceConfiguration.withOsFamily
(String osFamily) Set possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1.CloudServiceConfiguration.withOsVersion
(String osVersion) Set the default value is * which specifies the latest operating system version for the specified OS family.Modifier and TypeMethodDescriptionDeploymentConfiguration.withCloudServiceConfiguration
(CloudServiceConfiguration cloudServiceConfiguration) Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.