Freigeben über


DeploymentResourceConfiguration interface

Extends

Inherited Properties

instanceCount

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

instanceType

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

properties

Additional properties bag.

Inherited Property Details

instanceCount

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

instanceCount?: number

Property Value

number

Inherited From ResourceConfiguration.instanceCount

instanceType

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

instanceType?: string

Property Value

string

Inherited From ResourceConfiguration.instanceType

properties

Additional properties bag.

properties?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

Inherited From ResourceConfiguration.properties