次の方法で共有


VirtualMachineProfile コンストラクター

定義

オーバーロード

VirtualMachineProfile()

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

VirtualMachineProfile(CreateOption, ImageReference, Sku, TimeSpan, Credentials, Nullable<OsType>, VirtualMachineAdditionalCapabilities, Nullable<EnableState>, Credentials)

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

VirtualMachineProfile()

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

public VirtualMachineProfile ();
Public Sub New ()

適用対象

VirtualMachineProfile(CreateOption, ImageReference, Sku, TimeSpan, Credentials, Nullable<OsType>, VirtualMachineAdditionalCapabilities, Nullable<EnableState>, Credentials)

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

public VirtualMachineProfile (Microsoft.Azure.Management.LabServices.Models.CreateOption createOption, Microsoft.Azure.Management.LabServices.Models.ImageReference imageReference, Microsoft.Azure.Management.LabServices.Models.Sku sku, TimeSpan usageQuota, Microsoft.Azure.Management.LabServices.Models.Credentials adminUser, Microsoft.Azure.Management.LabServices.Models.OsType? osType = default, Microsoft.Azure.Management.LabServices.Models.VirtualMachineAdditionalCapabilities additionalCapabilities = default, Microsoft.Azure.Management.LabServices.Models.EnableState? useSharedPassword = default, Microsoft.Azure.Management.LabServices.Models.Credentials nonAdminUser = default);
new Microsoft.Azure.Management.LabServices.Models.VirtualMachineProfile : Microsoft.Azure.Management.LabServices.Models.CreateOption * Microsoft.Azure.Management.LabServices.Models.ImageReference * Microsoft.Azure.Management.LabServices.Models.Sku * TimeSpan * Microsoft.Azure.Management.LabServices.Models.Credentials * Nullable<Microsoft.Azure.Management.LabServices.Models.OsType> * Microsoft.Azure.Management.LabServices.Models.VirtualMachineAdditionalCapabilities * Nullable<Microsoft.Azure.Management.LabServices.Models.EnableState> * Microsoft.Azure.Management.LabServices.Models.Credentials -> Microsoft.Azure.Management.LabServices.Models.VirtualMachineProfile
Public Sub New (createOption As CreateOption, imageReference As ImageReference, sku As Sku, usageQuota As TimeSpan, adminUser As Credentials, Optional osType As Nullable(Of OsType) = Nothing, Optional additionalCapabilities As VirtualMachineAdditionalCapabilities = Nothing, Optional useSharedPassword As Nullable(Of EnableState) = Nothing, Optional nonAdminUser As Credentials = Nothing)

パラメーター

createOption
CreateOption

ラボ仮想マシンの作成元を示します。 使用可能な値は、'Image'、'TemplateVM' です。

imageReference
ImageReference

ラボ仮想マシンのイメージ構成。

sku
Sku

ラボの SKU。 ラボで使用される仮想マシンの種類を定義します。

usageQuota
TimeSpan

各ラボ ユーザーに割り当てられた初期クォータ。 0 から 9999 時間の間の期間である必要があります。

adminUser
Credentials

VM 上の管理者ユーザーの資格情報。

osType
Nullable<OsType>

イメージの OS の種類。 使用可能な値は、'Windows'、'Linux' です。

additionalCapabilities
VirtualMachineAdditionalCapabilities

追加の VM 機能。

useSharedPassword
Nullable<EnableState>

このオプションを有効にすると、すべてのユーザー VM に同じパスワードが使用されます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

nonAdminUser
Credentials

VM 上の管理者以外のユーザーの資格情報 (存在する場合)。

適用対象