Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeploymentConfiguration

Package version

interface

An interface representing DeploymentConfiguration.

summary

Deployment configuration properties.

Hierarchy

  • DeploymentConfiguration

Index

Properties

Optional cloudServiceConfiguration

cloudServiceConfiguration: CloudServiceConfiguration
member

{CloudServiceConfiguration} [cloudServiceConfiguration] The cloud service configuration for the pool. This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.

Optional virtualMachineConfiguration

virtualMachineConfiguration: VirtualMachineConfiguration
member

{VirtualMachineConfiguration} [virtualMachineConfiguration] The virtual machine configuration for the pool. This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.

Generated using TypeDoc