Uses of Class
com.azure.resourcemanager.batch.models.CloudServiceConfiguration
Packages that use CloudServiceConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CloudServiceConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CloudServiceConfigurationModifier and TypeMethodDescriptionDeploymentConfiguration.cloudServiceConfiguration()Get the cloudServiceConfiguration property: The configuration for nodes in a pool based on the Azure Cloud Services platform.CloudServiceConfiguration.withOsFamily(String osFamily) Set the osFamily property: The Azure Guest OS family to be installed on the virtual machines in the pool.CloudServiceConfiguration.withOsVersion(String osVersion) Set the osVersion property: The Azure Guest OS version to be installed on the virtual machines in the pool.Methods in com.azure.resourcemanager.batch.models with parameters of type CloudServiceConfigurationModifier and TypeMethodDescriptionDeploymentConfiguration.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration) Set the cloudServiceConfiguration property: The configuration for nodes in a pool based on the Azure Cloud Services platform.