Uses of Class
com.microsoft.azure.management.batch.DeploymentConfiguration
Packages that use DeploymentConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of DeploymentConfiguration in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return DeploymentConfigurationModifier and TypeMethodDescriptionPool.deploymentConfiguration()
DeploymentConfiguration.withCloudServiceConfiguration
(CloudServiceConfiguration cloudServiceConfiguration) Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.DeploymentConfiguration.withVirtualMachineConfiguration
(VirtualMachineConfiguration virtualMachineConfiguration) Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.Methods in com.microsoft.azure.management.batch with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.Pool.UpdateDefinitionStages.WithAttach.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.Pool.UpdateStages.WithAttach.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.