ContainerGroupElasticProfile.MaintainDesiredCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public bool? MaintainDesiredCount { get; set; }
member this.MaintainDesiredCount : Nullable<bool> with get, set
Public Property MaintainDesiredCount As Nullable(Of Boolean)