Uses of Class
com.azure.resourcemanager.batch.models.DeploymentConfiguration
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return DeploymentConfigurationModifier and TypeMethodDescriptionPoolInner.deploymentConfiguration()Get the deploymentConfiguration property: Deployment configuration properties.PoolProperties.deploymentConfiguration()Get the deploymentConfiguration property: Deployment configuration properties.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type DeploymentConfigurationModifier 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
Methods in com.azure.resourcemanager.batch.models that return DeploymentConfigurationModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type DeploymentConfigurationModifier 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.