次の方法で共有


LabVirtualMachineCreationParameter interface

仮想マシンを作成するためのプロパティ。

プロパティ

allowClaim

別のユーザーが仮想マシンの所有権を取得できるかどうかを示します

artifacts

仮想マシンにインストールする成果物。

bulkCreationParameters

作成する仮想マシン インスタンスの数。

createdDate

仮想マシンの作成日。

customImageId

仮想マシンのカスタム イメージ識別子。

dataDiskParameters

作成後に仮想マシンにアタッチする新規または既存のデータ ディスク

disallowPublicIpAddress

パブリック IP アドレスなしで仮想マシンを作成するかどうかを示します。

environmentId

この仮想マシンを含む環境のリソース ID (存在する場合)。

expirationDate

VM の有効期限。

galleryImageReference

仮想マシンの Microsoft Azure Marketplace イメージ参照。

isAuthenticationWithSshKey

この仮想マシンが認証に SSH キーを使用するかどうかを示します。

labSubnetName

仮想マシンのラボ サブネット名。

labVirtualNetworkId

仮想マシンのラボ仮想ネットワーク識別子。

location

新しい仮想マシンまたは環境の場所

name

仮想マシンまたは環境の名前

networkInterface

ネットワーク インターフェイスのプロパティ。

notes

仮想マシンのメモ。

ownerObjectId

仮想マシンの所有者のオブジェクト識別子。

ownerUserPrincipalName

仮想マシン所有者のユーザー プリンシパル名。

password

仮想マシン管理者のパスワード。

planId

仮想マシン イメージに関連付けられているプランの ID

scheduleParameters

作成する仮想マシンのスケジュール

size

仮想マシンのサイズ。

sshKey

仮想マシン管理者の SSH キー。

storageType

仮想マシンに使用するストレージの種類 (Standard、Premium など)。

tags

リソースのタグ。

userName

仮想マシンのユーザー名。

プロパティの詳細

allowClaim

別のユーザーが仮想マシンの所有権を取得できるかどうかを示します

allowClaim?: boolean

プロパティ値

boolean

artifacts

仮想マシンにインストールする成果物。

artifacts?: ArtifactInstallProperties[]

プロパティ値

bulkCreationParameters

作成する仮想マシン インスタンスの数。

bulkCreationParameters?: 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