ElasticProfile interface

Describes the elastic profile of the NGroup

Properties

containerGroupNamingPolicy

Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation.

desiredCount
maintainDesiredCount

Flag that indicates whether desiredCount should be maintained when customer deletes SPECIFIC container groups (CGs) from the NGroups. In this case, new CGs will be created by NGroup to compensate for the specific deleted ones.

Property Details

containerGroupNamingPolicy

Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation.

containerGroupNamingPolicy?: ElasticProfileContainerGroupNamingPolicy

Property Value

desiredCount

desiredCount?: number

Property Value

number

maintainDesiredCount

Flag that indicates whether desiredCount should be maintained when customer deletes SPECIFIC container groups (CGs) from the NGroups. In this case, new CGs will be created by NGroup to compensate for the specific deleted ones.

maintainDesiredCount?: boolean

Property Value

boolean