VirtualMachineScaleSetUpdateVMProfile コンストラクター

定義

オーバーロード

VirtualMachineScaleSetUpdateVMProfile()

VirtualMachineScaleSetUpdateVMProfile クラスの新しいインスタンスを初期化します。

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

VirtualMachineScaleSetUpdateVMProfile クラスの新しいインスタンスを初期化します。

VirtualMachineScaleSetUpdateVMProfile()

VirtualMachineScaleSetUpdateVMProfile クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetUpdateVMProfile ();
Public Sub New ()

適用対象

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

VirtualMachineScaleSetUpdateVMProfile クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetUpdateVMProfile (Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSProfile osProfile = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile storageProfile = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile networkProfile = default, Microsoft.Azure.Management.Compute.Models.SecurityProfile securityProfile = default, Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile diagnosticsProfile = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtensionProfile extensionProfile = default, string licenseType = default, Microsoft.Azure.Management.Compute.Models.BillingProfile billingProfile = default, Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile scheduledEventsProfile = default, string userData = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetHardwareProfile hardwareProfile = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateVMProfile : Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateOSProfile * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateStorageProfile * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile * Microsoft.Azure.Management.Compute.Models.SecurityProfile * Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtensionProfile * string * Microsoft.Azure.Management.Compute.Models.BillingProfile * Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile * string * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetHardwareProfile -> Microsoft.Azure.Management.Compute.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, Optional userData As String = Nothing, Optional hardwareProfile As VirtualMachineScaleSetHardwareProfile = Nothing)

パラメーター

osProfile
VirtualMachineScaleSetUpdateOSProfile

仮想マシン スケール セットの OS プロファイル。

storageProfile
VirtualMachineScaleSetUpdateStorageProfile

仮想マシン スケール セットのストレージ プロファイル。

networkProfile
VirtualMachineScaleSetUpdateNetworkProfile

仮想マシン スケール セットのネットワーク プロファイル。

securityProfile
SecurityProfile

仮想マシン スケール セットのセキュリティ プロファイル

diagnosticsProfile
DiagnosticsProfile

仮想マシン スケール セット診断プロファイル。

extensionProfile
VirtualMachineScaleSetExtensionProfile

仮想マシン スケール セット拡張機能プロファイル。

licenseType
String

ライセンスの種類。ライセンス持ち込みシナリオ用です。

billingProfile
BillingProfile

Azure Spot VMSS の課金関連の詳細を指定します。 最小 api-version: 2019-03-01。

scheduledEventsProfile
ScheduledEventsProfile

スケジュールされたイベント関連の構成を指定します。

userData
String

VM の UserData。Base-64 でエンコードする必要があります。 顧客はここでシークレットを渡すべきではありません。 <br><br>最小 api-version: 2021-03-01

hardwareProfile
VirtualMachineScaleSetHardwareProfile

スケール セットのハードウェア プロファイル関連の詳細を指定します。 最小 api-version: 2021-11-01。

適用対象