VirtualMachineScaleSetVM 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
VirtualMachineScaleSetVM()
public VirtualMachineScaleSetVM ();
Public Sub New ()
Applies to
VirtualMachineScaleSetVM(String, String, String, String, IDictionary<String, String>, String, Sku, Nullable<Boolean>, String, VirtualMachineInstanceView, HardwareProfile, StorageProfile, OSProfile, NetworkProfile, DiagnosticsProfile, SubResource, String, String, Plan, IList<VirtualMachineExtension>)
public VirtualMachineScaleSetVM (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string instanceId = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Sku sku = default, bool? latestModelApplied = default, string vmId = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineInstanceView instanceView = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.HardwareProfile hardwareProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.StorageProfile storageProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OSProfile osProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkProfile networkProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile diagnosticsProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource availabilitySet = default, string provisioningState = default, string licenseType = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Plan plan = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineExtension> resources = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetVM : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Sku * Nullable<bool> * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineInstanceView * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.HardwareProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.StorageProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.OSProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Plan * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineExtension> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetVM
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional instanceId As String = Nothing, Optional sku As Sku = Nothing, Optional latestModelApplied As Nullable(Of Boolean) = Nothing, Optional vmId As String = Nothing, Optional instanceView As VirtualMachineInstanceView = Nothing, Optional hardwareProfile As HardwareProfile = Nothing, Optional storageProfile As StorageProfile = Nothing, Optional osProfile As OSProfile = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional diagnosticsProfile As DiagnosticsProfile = Nothing, Optional availabilitySet As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional licenseType As String = Nothing, Optional plan As Plan = Nothing, Optional resources As IList(Of VirtualMachineExtension) = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- instanceId
- String
- sku
- Sku
- vmId
- String
- instanceView
- VirtualMachineInstanceView
- hardwareProfile
- HardwareProfile
- storageProfile
- StorageProfile
- osProfile
- OSProfile
- networkProfile
- NetworkProfile
- diagnosticsProfile
- DiagnosticsProfile
- availabilitySet
- SubResource
- provisioningState
- String
- licenseType
- String
- plan
- Plan
- resources
- IList<VirtualMachineExtension>