VirtualMachineImage クラス

定義

仮想マシン イメージについて説明します。

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualMachineImage : Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualMachineImage = class
    inherit VirtualMachineImageResource
Public Class VirtualMachineImage
Inherits VirtualMachineImageResource
継承
属性

コンストラクター

VirtualMachineImage()

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

VirtualMachineImage(String, String, String, IDictionary<String, String>, ExtendedLocation, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration, IList<VirtualMachineImageFeature>, String, ImageDeprecationStatus)

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

VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan)

仮想マシン イメージについて説明します。

VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage)

仮想マシン イメージについて説明します。

VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>)

仮想マシン イメージについて説明します。

VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties)

仮想マシン イメージについて説明します。

VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String)

仮想マシン イメージについて説明します。

VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration)

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

プロパティ

Architecture

使用可能な値を取得または設定します: 'x64'、'Arm64'

AutomaticOSUpgradeProperties

仮想マシン イメージについて説明します。

DataDiskImages

仮想マシン イメージについて説明します。

Disallowed

イメージから作成された VirtualMachine の許可されていない構成を取得または設定します

ExtendedLocation

仮想マシンの拡張場所を取得または設定します。

(継承元 VirtualMachineImageResource)
Features

仮想マシン イメージについて説明します。

HyperVGeneration

使用可能な値を取得または設定します: 'V1'、'V2'

Id

リソース ID を取得または設定します

(継承元 SubResource)
ImageDeprecationStatus

仮想マシン イメージについて説明します。

Location

リソースのサポートされている Azure の場所を取得または設定します。

(継承元 VirtualMachineImageResource)
Name

リソースの名前を取得または設定します。

(継承元 VirtualMachineImageResource)
OsDiskImage

仮想マシン イメージについて説明します。

Plan

仮想マシン イメージについて説明します。

Tags

仮想マシンに割り当てられるタグを取得または設定します。 タグの使用の詳細については、「タグ を使用して Azure リソースを整理する」を参照してください。

(継承元 VirtualMachineImageResource)

メソッド

Validate()

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

適用対象