LabVirtualMachineCreationParameter interface
仮想マシンを作成するためのプロパティ。
プロパティ
allow |
別のユーザーが仮想マシンの所有権を取得できるかどうかを示します |
artifacts | 仮想マシンにインストールする成果物。 |
bulk |
作成する仮想マシン インスタンスの数。 |
created |
仮想マシンの作成日。 |
custom |
仮想マシンのカスタム イメージ識別子。 |
data |
作成後に仮想マシンにアタッチする新規または既存のデータ ディスク |
disallow |
パブリック IP アドレスなしで仮想マシンを作成するかどうかを示します。 |
environment |
この仮想マシンを含む環境のリソース ID (存在する場合)。 |
expiration |
VM の有効期限。 |
gallery |
仮想マシンの Microsoft Azure Marketplace イメージ参照。 |
is |
この仮想マシンが認証に SSH キーを使用するかどうかを示します。 |
lab |
仮想マシンのラボ サブネット名。 |
lab |
仮想マシンのラボ仮想ネットワーク識別子。 |
location | 新しい仮想マシンまたは環境の場所 |
name | 仮想マシンまたは環境の名前 |
network |
ネットワーク インターフェイスのプロパティ。 |
notes | 仮想マシンのメモ。 |
owner |
仮想マシンの所有者のオブジェクト識別子。 |
owner |
仮想マシン所有者のユーザー プリンシパル名。 |
password | 仮想マシン管理者のパスワード。 |
plan |
仮想マシン イメージに関連付けられているプランの ID |
schedule |
作成する仮想マシンのスケジュール |
size | 仮想マシンのサイズ。 |
ssh |
仮想マシン管理者の SSH キー。 |
storage |
仮想マシンに使用するストレージの種類 (Standard、Premium など)。 |
tags | リソースのタグ。 |
user |
仮想マシンのユーザー名。 |
プロパティの詳細
allowClaim
別のユーザーが仮想マシンの所有権を取得できるかどうかを示します
allowClaim?: boolean
プロパティ値
boolean
artifacts
bulkCreationParameters
createdDate
仮想マシンの作成日。
createdDate?: Date
プロパティ値
Date
customImageId
仮想マシンのカスタム イメージ識別子。
customImageId?: string
プロパティ値
string
dataDiskParameters
作成後に仮想マシンにアタッチする新規または既存のデータ ディスク
dataDiskParameters?: DataDiskProperties[]
プロパティ値
disallowPublicIpAddress
パブリック IP アドレスなしで仮想マシンを作成するかどうかを示します。
disallowPublicIpAddress?: boolean
プロパティ値
boolean
environmentId
この仮想マシンを含む環境のリソース ID (存在する場合)。
environmentId?: string
プロパティ値
string
expirationDate
VM の有効期限。
expirationDate?: Date
プロパティ値
Date
galleryImageReference
仮想マシンの Microsoft Azure Marketplace イメージ参照。
galleryImageReference?: GalleryImageReference
プロパティ値
isAuthenticationWithSshKey
この仮想マシンが認証に SSH キーを使用するかどうかを示します。
isAuthenticationWithSshKey?: boolean
プロパティ値
boolean
labSubnetName
仮想マシンのラボ サブネット名。
labSubnetName?: string
プロパティ値
string
labVirtualNetworkId
仮想マシンのラボ仮想ネットワーク識別子。
labVirtualNetworkId?: string
プロパティ値
string
location
新しい仮想マシンまたは環境の場所
location?: string
プロパティ値
string
name
仮想マシンまたは環境の名前
name?: string
プロパティ値
string
networkInterface
ネットワーク インターフェイスのプロパティ。
networkInterface?: NetworkInterfaceProperties
プロパティ値
notes
仮想マシンのメモ。
notes?: string
プロパティ値
string
ownerObjectId
仮想マシンの所有者のオブジェクト識別子。
ownerObjectId?: string
プロパティ値
string
ownerUserPrincipalName
仮想マシン所有者のユーザー プリンシパル名。
ownerUserPrincipalName?: string
プロパティ値
string
password
仮想マシン管理者のパスワード。
password?: string
プロパティ値
string
planId
仮想マシン イメージに関連付けられているプランの ID
planId?: string
プロパティ値
string
scheduleParameters
作成する仮想マシンのスケジュール
scheduleParameters?: ScheduleCreationParameter[]
プロパティ値
size
仮想マシンのサイズ。
size?: string
プロパティ値
string
sshKey
仮想マシン管理者の SSH キー。
sshKey?: string
プロパティ値
string
storageType
仮想マシンに使用するストレージの種類 (Standard、Premium など)。
storageType?: string
プロパティ値
string
tags
リソースのタグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
userName
仮想マシンのユーザー名。
userName?: string
プロパティ値
string