次の方法で共有


ImageInner コンストラクター

定義

オーバーロード

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
sourceVirtualMachine
SubResource

イメージの作成元となるソース仮想マシン。

storageProfile
ImageStorageProfile

仮想マシンのストレージ設定を指定します。

provisioningState
String

プロビジョニングの状態。

hyperVGeneration
HyperVGenerationTypes

イメージから作成された VirtualMachine の HyperVGenerationType を取得します。 使用できる値は次のとおりです: 'V1'、'V2'

適用対象