LabVirtualMachineProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LabVirtualMachineProfile の新しいインスタンスを初期化します。
public LabVirtualMachineProfile (Azure.ResourceManager.LabServices.Models.LabVirtualMachineCreateOption createOption, Azure.ResourceManager.LabServices.Models.LabVirtualMachineImageReference imageReference, Azure.ResourceManager.LabServices.Models.LabServicesSku sku, TimeSpan usageQuota, Azure.ResourceManager.LabServices.Models.LabVirtualMachineCredential adminUser);
new Azure.ResourceManager.LabServices.Models.LabVirtualMachineProfile : Azure.ResourceManager.LabServices.Models.LabVirtualMachineCreateOption * Azure.ResourceManager.LabServices.Models.LabVirtualMachineImageReference * Azure.ResourceManager.LabServices.Models.LabServicesSku * TimeSpan * Azure.ResourceManager.LabServices.Models.LabVirtualMachineCredential -> Azure.ResourceManager.LabServices.Models.LabVirtualMachineProfile
Public Sub New (createOption As LabVirtualMachineCreateOption, imageReference As LabVirtualMachineImageReference, sku As LabServicesSku, usageQuota As TimeSpan, adminUser As LabVirtualMachineCredential)
パラメーター
- createOption
- LabVirtualMachineCreateOption
ラボ仮想マシンの作成元を示します。
- imageReference
- LabVirtualMachineImageReference
ラボ仮想マシンのイメージ構成。
- sku
- LabServicesSku
ラボの SKU。 ラボで使用される仮想マシンの種類を定義します。
- usageQuota
- TimeSpan
各ラボ ユーザーに割り当てられた初期クォータ。 0 ~ 9999 時間の期間である必要があります。
- adminUser
- LabVirtualMachineCredential
VM 上の管理者ユーザーの資格情報。
例外
imageReference
、sku
、または adminUser
が null です。