DeploymentConfigurationResponse

data class DeploymentConfigurationResponse(val cloudServiceConfiguration: CloudServiceConfigurationResponse? = null, val virtualMachineConfiguration: VirtualMachineConfigurationResponse? = null)

Constructors

Link copied to clipboard
constructor(cloudServiceConfiguration: CloudServiceConfigurationResponse? = null, virtualMachineConfiguration: VirtualMachineConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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'.

Link copied to clipboard

This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.