ArmComputeModelFactory.DefaultVirtualMachineScaleSetInfo Method
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.
Initializes a new instance of DefaultVirtualMachineScaleSetInfo.
public static Azure.ResourceManager.Compute.Models.DefaultVirtualMachineScaleSetInfo DefaultVirtualMachineScaleSetInfo(bool? constrainedMaximumCapacity = default, Azure.Core.ResourceIdentifier defaultVirtualMachineScaleSetId = default);
static member DefaultVirtualMachineScaleSetInfo : Nullable<bool> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.Models.DefaultVirtualMachineScaleSetInfo
Public Shared Function DefaultVirtualMachineScaleSetInfo (Optional constrainedMaximumCapacity As Nullable(Of Boolean) = Nothing, Optional defaultVirtualMachineScaleSetId As ResourceIdentifier = Nothing) As DefaultVirtualMachineScaleSetInfo
Parameters
Indicates if the the maximum capacity of the default migrated Virtual Machine Scale Set after its migration will be constrained to a limited number of VMs.
- defaultVirtualMachineScaleSetId
- ResourceIdentifier
Resource Id.
Returns
A new DefaultVirtualMachineScaleSetInfo instance for mocking.