VirtualMachineScaleSetVMProfile クラス

定義

仮想マシン スケール セットの仮想マシン プロファイルについて説明します。

public class VirtualMachineScaleSetVMProfile
type VirtualMachineScaleSetVMProfile = class
Public Class VirtualMachineScaleSetVMProfile
継承
VirtualMachineScaleSetVMProfile

コンストラクター

VirtualMachineScaleSetVMProfile()

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

VirtualMachineScaleSetVMProfile(VirtualMachineScaleSetOSProfile, VirtualMachineScaleSetStorageProfile, VirtualMachineScaleSetNetworkProfile, SecurityProfile, DiagnosticsProfile, VirtualMachineScaleSetExtensionProfile, String, VirtualMachinePriorityTypes, VirtualMachineEvictionPolicyTypes, BillingProfile, ScheduledEventsProfile)

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

プロパティ

BillingProfile

Azure Spot VMSS の課金関連の詳細を取得または設定します。 <br><br>最小 api-version: 2019-03-01。

DiagnosticsProfile

ブート診断設定の状態を取得または設定します。 <br><br>最小 api-version: 2015-06-15。

EvictionPolicy

Azure スポット仮想マシンと Azure スポット スケール セットの削除ポリシーを取得または設定します。 <br><br>Azure Spot 仮想マシンでは、'Deallocate' と 'Delete' の両方がサポートされており、api-version の最小値は 2019-03-01 です。 <br><br>Azure スポット スケール セットでは、'Deallocate' と 'Delete' の両方がサポートされており、api-version の最小は 2017-10-30-preview です。 指定できる値は、'Deallocate'、'Delete' です。

ExtensionProfile

スケール セット内の仮想マシンにインストールされる拡張機能の設定のコレクションを取得または設定します。

LicenseType

使用されているイメージまたはディスクがオンプレミスでライセンスされたことを示す値を取得または設定します。 この要素は、Windows Server オペレーティング システムを含むイメージにのみ使用されます。 <br><br>使用可能な値は、 <br>& です。lt;br> &Windows_Client lt;br><br> &Windows_Server lt;br><br>この要素が更新の要求に含まれている場合、値は初期値と一致する必要があります。 この値は更新できません。 <br><br>詳細については、Windows Server <br&の Azure ハイブリッド使用特典に関するページを参照してください。<br>最小 api-version: 2015-06-15

NetworkProfile

スケール セット内の仮想マシンのネットワーク インターフェイスのプロパティを取得または設定します。

OsProfile

スケール セット内の仮想マシンのオペレーティング システム設定を取得または設定します。

Priority

スケール セット内の仮想マシンの優先順位を取得または設定します。 <br><br>最小 api-version: 2017-10-30-preview。 指定できる値は、'Regular'、'Low'、'Spot' です。

ScheduledEventsProfile

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

SecurityProfile

スケール セット内の仮想マシンのセキュリティ関連のプロファイル設定を取得または設定します。

StorageProfile

仮想マシン ディスクのストレージ設定を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象