Skip to content

Commit

Permalink
.NET SDK Resource Provider:'Compute' (Azure#5638)
Browse files Browse the repository at this point in the history
REST Spec PR 'Azure/azure-rest-api-specs#5515'
REST Spec PR Author 'sds6'
REST Spec PR Last commit
  • Loading branch information
adxsdknet authored and mentat9 committed Jun 10, 2019
1 parent 371dca4 commit ba5fba2
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public VirtualMachineScaleSet()
/// appears in the response.</param>
/// <param name="overprovision">Specifies whether the Virtual Machine
/// Scale Set should be overprovisioned.</param>
/// <param name="doNotRunExtensionsOnOverprovisionedVMs">In case of
/// overprovisioning, determines whether extensions should be run
/// immediately, or if they should be delayed until after
/// overprovisioning has finished and the set of instances to keep have
/// been selected.</param>
/// <param name="doNotRunExtensionsOnOverprovisionedVMs">When
/// Overprovision is enabled, extensions are launched only on the
/// requested number of VMs which are finally kept. This property will
/// hence ensure that the extensions do not run on the extra
/// overprovisioned VMs.</param>
/// <param name="uniqueId">Specifies the ID which uniquely identifies a
/// Virtual Machine Scale Set.</param>
/// <param name="singlePlacementGroup">When true this limits the scale
Expand Down Expand Up @@ -140,10 +140,10 @@ public VirtualMachineScaleSet()
public bool? Overprovision { get; set; }

/// <summary>
/// Gets or sets in case of overprovisioning, determines whether
/// extensions should be run immediately, or if they should be delayed
/// until after overprovisioning has finished and the set of instances
/// to keep have been selected.
/// Gets or sets when Overprovision is enabled, extensions are launched
/// only on the requested number of VMs which are finally kept. This
/// property will hence ensure that the extensions do not run on the
/// extra overprovisioned VMs.
/// </summary>
[JsonProperty(PropertyName = "properties.doNotRunExtensionsOnOverprovisionedVMs")]
public bool? DoNotRunExtensionsOnOverprovisionedVMs { get; set; }
Expand Down

0 comments on commit ba5fba2

Please sign in to comment.