VirtualMachineScaleSetUpdateVMProfile 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
VirtualMachineScaleSetUpdateVMProfile()
public VirtualMachineScaleSetUpdateVMProfile ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateVMProfile(VirtualMachineScaleSetUpdateOSProfile, VirtualMachineScaleSetUpdateStorageProfile, VirtualMachineScaleSetUpdateNetworkProfile, DiagnosticsProfile, VirtualMachineScaleSetExtensionProfile, String)
public VirtualMachineScaleSetUpdateVMProfile (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateOSProfile osProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateStorageProfile storageProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateNetworkProfile networkProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile diagnosticsProfile = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetExtensionProfile extensionProfile = default, string licenseType = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateVMProfile : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateOSProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateStorageProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateNetworkProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetExtensionProfile * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineScaleSetUpdateVMProfile
Public Sub New (Optional osProfile As VirtualMachineScaleSetUpdateOSProfile = Nothing, Optional storageProfile As VirtualMachineScaleSetUpdateStorageProfile = Nothing, Optional networkProfile As VirtualMachineScaleSetUpdateNetworkProfile = Nothing, Optional diagnosticsProfile As DiagnosticsProfile = Nothing, Optional extensionProfile As VirtualMachineScaleSetExtensionProfile = Nothing, Optional licenseType As String = Nothing)
Parameters
- osProfile
- VirtualMachineScaleSetUpdateOSProfile
- storageProfile
- VirtualMachineScaleSetUpdateStorageProfile
- networkProfile
- VirtualMachineScaleSetUpdateNetworkProfile
- diagnosticsProfile
- DiagnosticsProfile
- extensionProfile
- VirtualMachineScaleSetExtensionProfile
- licenseType
- String