Freigeben über


VirtualMachineScaleSetUpdateVMProfile Konstruktoren

Definition

Überlädt

VirtualMachineScaleSetUpdateVMProfile()

Initialisiert eine neue instance der VirtualMachineScaleSetUpdateVMProfile-Klasse.

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

Initialisiert eine neue instance der VirtualMachineScaleSetUpdateVMProfile-Klasse.

VirtualMachineScaleSetUpdateVMProfile()

Initialisiert eine neue instance der VirtualMachineScaleSetUpdateVMProfile-Klasse.

public VirtualMachineScaleSetUpdateVMProfile ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der VirtualMachineScaleSetUpdateVMProfile-Klasse.

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)

Parameter

osProfile
VirtualMachineScaleSetUpdateOSProfile

Das Betriebssystemprofil des VM-Skalierungsgruppen.

storageProfile
VirtualMachineScaleSetUpdateStorageProfile

Das Speicherprofil der VM-Skalierungsgruppe.

networkProfile
VirtualMachineScaleSetUpdateNetworkProfile

Das Netzwerkprofil der VM-Skalierungsgruppe.

securityProfile
SecurityProfile

Die VM-Skalierungsgruppe Sicherheitsprofil

diagnosticsProfile
DiagnosticsProfile

Die VM-Skalierungsgruppe Diagnose Profil.

extensionProfile
VirtualMachineScaleSetExtensionProfile

Das Erweiterungsprofil der VM-Skalierungsgruppe.

licenseType
String

Der Lizenztyp, der für das Bring Your Own License-Szenario geeignet ist.

billingProfile
BillingProfile

Gibt die Abrechnungsdetails einer Azure Spot-VMSS an. <br><br>Api-Mindestversion: 2019-03-01.

scheduledEventsProfile
ScheduledEventsProfile

Gibt konfigurationen für geplante Ereignisse an.

Gilt für: