ComputeSkuProfile.IsAutomaticSkuMigrationPolicyEnabled 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.
Specifies whether automatic SKU migration should be enabled on the virtual machine scale set. The default value is false.
public bool? IsAutomaticSkuMigrationPolicyEnabled { get; set; }
member this.IsAutomaticSkuMigrationPolicyEnabled : Nullable<bool> with get, set
Public Property IsAutomaticSkuMigrationPolicyEnabled As Nullable(Of Boolean)