VirtualMachineScaleSetUpdateVMProfile Constructors

Definition

Overloads

VirtualMachineScaleSetUpdateVMProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateVMProfile class.

VirtualMachineScaleSetUpdateVMProfile(VirtualMachineScaleSetUpdateOSProfile, VirtualMachineScaleSetUpdateStorageProfile, VirtualMachineScaleSetUpdateNetworkProfile, SecurityProfile, DiagnosticsProfile, VirtualMachineScaleSetExtensionProfile, String, BillingProfile, ScheduledEventsProfile)

Initializes a new instance of the VirtualMachineScaleSetUpdateVMProfile class.

VirtualMachineScaleSetUpdateVMProfile()

Initializes a new instance of the VirtualMachineScaleSetUpdateVMProfile class.

public VirtualMachineScaleSetUpdateVMProfile ();
Public Sub New ()

Applies to

VirtualMachineScaleSetUpdateVMProfile(VirtualMachineScaleSetUpdateOSProfile, VirtualMachineScaleSetUpdateStorageProfile, VirtualMachineScaleSetUpdateNetworkProfile, SecurityProfile, DiagnosticsProfile, VirtualMachineScaleSetExtensionProfile, String, BillingProfile, ScheduledEventsProfile)

Initializes a new instance of the VirtualMachineScaleSetUpdateVMProfile class.

public VirtualMachineScaleSetUpdateVMProfile (Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateOSProfile osProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateStorageProfile storageProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkProfile networkProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.SecurityProfile securityProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.DiagnosticsProfile diagnosticsProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetExtensionProfile extensionProfile = default, string licenseType = default, Microsoft.Azure.Management.Compute.Fluent.Models.BillingProfile billingProfile = default, Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile scheduledEventsProfile = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateVMProfile : Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateOSProfile * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateStorageProfile * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateNetworkProfile * Microsoft.Azure.Management.Compute.Fluent.Models.SecurityProfile * Microsoft.Azure.Management.Compute.Fluent.Models.DiagnosticsProfile * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetExtensionProfile * string * Microsoft.Azure.Management.Compute.Fluent.Models.BillingProfile * Microsoft.Azure.Management.Compute.Fluent.Models.ScheduledEventsProfile -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateVMProfile
Public Sub New (Optional osProfile As VirtualMachineScaleSetUpdateOSProfile = Nothing, Optional storageProfile As VirtualMachineScaleSetUpdateStorageProfile = Nothing, Optional networkProfile As VirtualMachineScaleSetUpdateNetworkProfile = Nothing, Optional securityProfile As SecurityProfile = Nothing, Optional diagnosticsProfile As DiagnosticsProfile = Nothing, Optional extensionProfile As VirtualMachineScaleSetExtensionProfile = Nothing, Optional licenseType As String = Nothing, Optional billingProfile As BillingProfile = Nothing, Optional scheduledEventsProfile As ScheduledEventsProfile = Nothing)

Parameters

osProfile
VirtualMachineScaleSetUpdateOSProfile

The virtual machine scale set OS profile.

storageProfile
VirtualMachineScaleSetUpdateStorageProfile

The virtual machine scale set storage profile.

networkProfile
VirtualMachineScaleSetUpdateNetworkProfile

The virtual machine scale set network profile.

securityProfile
SecurityProfile

The virtual machine scale set Security profile

diagnosticsProfile
DiagnosticsProfile

The virtual machine scale set diagnostics profile.

extensionProfile
VirtualMachineScaleSetExtensionProfile

The virtual machine scale set extension profile.

licenseType
String

The license type, which is for bring your own license scenario.

billingProfile
BillingProfile

Specifies the billing related details of a Azure Spot VMSS. <br><br>Minimum api-version: 2019-03-01.

scheduledEventsProfile
ScheduledEventsProfile

Specifies Scheduled Event related configurations.

Applies to