DeploymentResourceConfigurationResponse

data class DeploymentResourceConfigurationResponse(val instanceCount: Int? = null, val instanceType: String? = null, val properties: Map<String, Any>? = null)

Constructors

Link copied to clipboard
constructor(instanceCount: Int? = null, instanceType: String? = null, properties: Map<String, Any>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceCount: Int? = null

Optional number of instances or nodes used by the compute target.

Link copied to clipboard
val instanceType: String? = null

Optional type of VM used as supported by the compute target.

Link copied to clipboard
val properties: Map<String, Any>? = null

Additional properties bag.