Uses of Class
com.azure.resourcemanager.batch.models.CloudServiceConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CloudServiceConfiguration in com.azure.resourcemanager.batch.models
Modifier 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.Modifier and TypeMethodDescriptionDeploymentConfiguration.withCloudServiceConfiguration
(CloudServiceConfiguration cloudServiceConfiguration) Set the cloudServiceConfiguration property: The configuration for nodes in a pool based on the Azure Cloud Services platform.