次の方法で共有


ImageUpdate コンストラクター

定義

オーバーロード

ImageUpdate()

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

ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String, String)

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

ImageUpdate()

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

public ImageUpdate ();
Public Sub New ()

適用対象

ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String, String)

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

public ImageUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.SubResource sourceVirtualMachine = default, Microsoft.Azure.Management.Compute.Models.ImageStorageProfile storageProfile = default, string provisioningState = default, string hyperVGeneration = default);
new Microsoft.Azure.Management.Compute.Models.ImageUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.SubResource * Microsoft.Azure.Management.Compute.Models.ImageStorageProfile * string * string -> Microsoft.Azure.Management.Compute.Models.ImageUpdate
Public Sub New (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 String = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ

sourceVirtualMachine
SubResource

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

storageProfile
ImageStorageProfile

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

provisioningState
String

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

hyperVGeneration
String

イメージから作成された VirtualMachine の HyperVGenerationType を指定します。 イメージ ソースが BLOB の場合は API バージョン 2019-03-01 から、ユーザーが値を指定する必要があります。ソースがディスクやスナップショットなどのマネージド リソースの場合、ソースマネージド リソースから推測できない場合は、ユーザーに プロパティの指定を要求する場合があります。 使用できる値は、'V1'、'V2' です。

適用対象