VirtualMachineScaleSetUpdate Constructors
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.
Overloads
VirtualMachineScaleSetUpdate()
public VirtualMachineScaleSetUpdate ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdate(IDictionary<String,String>, Sku, Plan, UpgradePolicy, VirtualMachineScaleSetUpdateVMProfile, Nullable<Boolean>, Nullable<Boolean>, VirtualMachineScaleSetIdentity)
public VirtualMachineScaleSetUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Sku sku = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Plan plan = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradePolicy upgradePolicy = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile = default, bool? overprovision = default, bool? singlePlacementGroup = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetIdentity identity = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Sku * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Plan * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradePolicy * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateVMProfile * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetIdentity -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional plan As Plan = Nothing, Optional upgradePolicy As UpgradePolicy = Nothing, Optional virtualMachineProfile As VirtualMachineScaleSetUpdateVMProfile = Nothing, Optional overprovision As Nullable(Of Boolean) = Nothing, Optional singlePlacementGroup As Nullable(Of Boolean) = Nothing, Optional identity As VirtualMachineScaleSetIdentity = Nothing)
Parameters
- tags
- IDictionary<String,String>
- sku
- Sku
- plan
- Plan
- upgradePolicy
- UpgradePolicy
- virtualMachineProfile
- VirtualMachineScaleSetUpdateVMProfile
- identity
- VirtualMachineScaleSetIdentity