VirtualMachineScaleSetUpdateVMProfile Constructors

Definition

Overloads

VirtualMachineScaleSetUpdateVMProfile()
VirtualMachineScaleSetUpdateVMProfile(VirtualMachineScaleSetUpdateOSProfile, VirtualMachineScaleSetUpdateStorageProfile, VirtualMachineScaleSetUpdateNetworkProfile, DiagnosticsProfile, VirtualMachineScaleSetExtensionProfile, String)

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

diagnosticsProfile
DiagnosticsProfile
licenseType
String

Applies to