Uses of Class
com.azure.resourcemanager.batch.models.DeploymentConfiguration
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of DeploymentConfiguration in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.deploymentConfiguration()
Get the deploymentConfiguration property: Deployment configuration properties.PoolProperties.deploymentConfiguration()
Get the deploymentConfiguration property: Deployment configuration properties.Modifier and TypeMethodDescriptionPoolInner.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Set the deploymentConfiguration property: Deployment configuration properties.PoolProperties.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Set the deploymentConfiguration property: Deployment configuration properties. -
Uses of DeploymentConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.deploymentConfiguration()
Gets the deploymentConfiguration property: Deployment configuration properties.DeploymentConfiguration.withCloudServiceConfiguration
(CloudServiceConfiguration cloudServiceConfiguration) Set the cloudServiceConfiguration property: The configuration for nodes in a pool based on the Azure Cloud Services platform.DeploymentConfiguration.withVirtualMachineConfiguration
(VirtualMachineConfiguration virtualMachineConfiguration) Set the virtualMachineConfiguration property: The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithDeploymentConfiguration.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Specifies the deploymentConfiguration property: Deployment configuration properties.Pool.UpdateStages.WithDeploymentConfiguration.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Specifies the deploymentConfiguration property: Deployment configuration properties.