ImageInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ImageInner() |
ImageInner クラスの新しいインスタンスを初期化します。 |
ImageInner(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes) |
ImageInner クラスの新しいインスタンスを初期化します。 |
ImageInner()
ImageInner クラスの新しいインスタンスを初期化します。
public ImageInner ();
Public Sub New ()
適用対象
ImageInner(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes)
ImageInner クラスの新しいインスタンスを初期化します。
public ImageInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource sourceVirtualMachine = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile storageProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes hyperVGeneration = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile * string * Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes -> Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sourceVirtualMachine As SubResource = Nothing, Optional storageProfile As ImageStorageProfile = Nothing, Optional provisioningState As String = Nothing, Optional hyperVGeneration As HyperVGenerationTypes = Nothing)
パラメーター
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- sourceVirtualMachine
- SubResource
イメージの作成元となるソース仮想マシン。
- storageProfile
- ImageStorageProfile
仮想マシンのストレージ設定を指定します。
- provisioningState
- String
プロビジョニングの状態。
- hyperVGeneration
- HyperVGenerationTypes
イメージから作成された VirtualMachine の HyperVGenerationType を取得します。 使用できる値は次のとおりです: 'V1'、'V2'
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET