VirtualMachineImage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VirtualMachineImage()
VirtualMachineImage クラスの新しいインスタンスを初期化します。
public VirtualMachineImage ();
Public Sub New ()
適用対象
VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan)
public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan)
パラメーター
- name
- String
- location
- String
- id
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
適用対象
VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage)
public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage)
パラメーター
- name
- String
- location
- String
- id
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
- osDiskImage
- OSDiskImage
適用対象
VirtualMachineImage(String, String, String, IDictionary<String,String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>)
public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage))
パラメーター
- name
- String
- location
- String
- id
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
- osDiskImage
- OSDiskImage
- dataDiskImages
- IList<DataDiskImage>
適用対象
VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties)
public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage), automaticOSUpgradeProperties As AutomaticOSUpgradeProperties)
パラメーター
- name
- String
- location
- String
- id
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
- osDiskImage
- OSDiskImage
- dataDiskImages
- IList<DataDiskImage>
- automaticOSUpgradeProperties
- AutomaticOSUpgradeProperties
適用対象
VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String)
public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties, string hyperVGeneration);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage), automaticOSUpgradeProperties As AutomaticOSUpgradeProperties, hyperVGeneration As String)
パラメーター
- name
- String
- location
- String
- id
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
- osDiskImage
- OSDiskImage
- dataDiskImages
- IList<DataDiskImage>
- automaticOSUpgradeProperties
- AutomaticOSUpgradeProperties
- hyperVGeneration
- String
適用対象
VirtualMachineImage(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration)
VirtualMachineImage クラスの新しいインスタンスを初期化します。
public VirtualMachineImage (string name, string location, string id, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties, string hyperVGeneration, Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration disallowed);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties * string * Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, id As String, tags As IDictionary(Of String, String), plan As PurchasePlan, osDiskImage As OSDiskImage, dataDiskImages As IList(Of DataDiskImage), automaticOSUpgradeProperties As AutomaticOSUpgradeProperties, hyperVGeneration As String, disallowed As DisallowedConfiguration)
パラメーター
- name
- String
リソースの名前。
- location
- String
サポートされているリソースの Azure の場所。
- id
- String
リソース ID
- tags
- IDictionary<String,String>
仮想マシンに割り当てられるタグを指定します。 タグの使用の詳細については、「タグ を使用して Azure リソースを整理する」を参照してください。
- plan
- PurchasePlan
- osDiskImage
- OSDiskImage
- dataDiskImages
- IList<DataDiskImage>
- automaticOSUpgradeProperties
- AutomaticOSUpgradeProperties
- hyperVGeneration
- String
使用できる値は、'V1'、'V2' です。
- disallowed
- DisallowedConfiguration
イメージから作成された VirtualMachine に対して許可されていない構成を指定します
適用対象
VirtualMachineImage(String, String, String, IDictionary<String, String>, ExtendedLocation, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, String, DisallowedConfiguration, IList<VirtualMachineImageFeature>, String, ImageDeprecationStatus)
VirtualMachineImage クラスの新しいインスタンスを初期化します。
public VirtualMachineImage (string name, string location, string id = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.ExtendedLocation extendedLocation = default, Microsoft.Azure.Management.Compute.Models.PurchasePlan plan = default, Microsoft.Azure.Management.Compute.Models.OSDiskImage osDiskImage = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> dataDiskImages = default, Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties automaticOSUpgradeProperties = default, string hyperVGeneration = default, Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration disallowed = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageFeature> features = default, string architecture = default, Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus imageDeprecationStatus = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineImage : string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.ExtendedLocation * Microsoft.Azure.Management.Compute.Models.PurchasePlan * Microsoft.Azure.Management.Compute.Models.OSDiskImage * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.DataDiskImage> * Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties * string * Microsoft.Azure.Management.Compute.Models.DisallowedConfiguration * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageFeature> * string * Microsoft.Azure.Management.Compute.Models.ImageDeprecationStatus -> Microsoft.Azure.Management.Compute.Models.VirtualMachineImage
Public Sub New (name As String, location As String, Optional id As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional plan As PurchasePlan = Nothing, Optional osDiskImage As OSDiskImage = Nothing, Optional dataDiskImages As IList(Of DataDiskImage) = Nothing, Optional automaticOSUpgradeProperties As AutomaticOSUpgradeProperties = Nothing, Optional hyperVGeneration As String = Nothing, Optional disallowed As DisallowedConfiguration = Nothing, Optional features As IList(Of VirtualMachineImageFeature) = Nothing, Optional architecture As String = Nothing, Optional imageDeprecationStatus As ImageDeprecationStatus = Nothing)
パラメーター
- name
- String
リソースの名前。
- location
- String
サポートされているリソースの Azure の場所。
- id
- String
リソース ID
- tags
- IDictionary<String,String>
仮想マシンに割り当てられるタグを指定します。 タグの使用の詳細については、「タグ を使用して Azure リソースを整理する」を参照してください。
- extendedLocation
- ExtendedLocation
仮想マシンの拡張された場所。
- plan
- PurchasePlan
- osDiskImage
- OSDiskImage
- dataDiskImages
- IList<DataDiskImage>
- automaticOSUpgradeProperties
- AutomaticOSUpgradeProperties
- hyperVGeneration
- String
使用できる値は、'V1'、'V2' です。
- disallowed
- DisallowedConfiguration
イメージから作成された VirtualMachine に対して許可されていない構成を指定します
- features
- IList<VirtualMachineImageFeature>
- architecture
- String
指定できる値は、'x64'、'Arm64' です。
- imageDeprecationStatus
- ImageDeprecationStatus
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET