次の方法で共有


GalleryImageUpdate コンストラクター

定義

オーバーロード

GalleryImageUpdate()

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

GalleryImageUpdate(OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, IDictionary<String, String>, String, String, String, String, HyperVGeneration, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, ImagePurchasePlan, ProvisioningState)

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

GalleryImageUpdate()

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

public GalleryImageUpdate ();
Public Sub New ()

適用対象

GalleryImageUpdate(OperatingSystemTypes, OperatingSystemStateTypes, GalleryImageIdentifier, String, String, String, IDictionary<String, String>, String, String, String, String, HyperVGeneration, Nullable<DateTime>, RecommendedMachineConfiguration, Disallowed, ImagePurchasePlan, ProvisioningState)

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

public GalleryImageUpdate (Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier identifier, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string eula = default, string privacyStatementUri = default, string releaseNoteUri = default, Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGeneration hyperVGeneration = default, DateTime? endOfLifeDate = default, Microsoft.Azure.Management.Compute.Fluent.Models.RecommendedMachineConfiguration recommended = default, Microsoft.Azure.Management.Compute.Fluent.Models.Disallowed disallowed = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan purchasePlan = default, Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageIdentifier * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGeneration * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Fluent.Models.RecommendedMachineConfiguration * Microsoft.Azure.Management.Compute.Fluent.Models.Disallowed * Microsoft.Azure.Management.Compute.Fluent.Models.ImagePurchasePlan * Microsoft.Azure.Management.Compute.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageUpdate
Public Sub New (osType As OperatingSystemTypes, osState As OperatingSystemStateTypes, identifier As GalleryImageIdentifier, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional eula As String = Nothing, Optional privacyStatementUri As String = Nothing, Optional releaseNoteUri As String = Nothing, Optional hyperVGeneration As HyperVGeneration = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional recommended As RecommendedMachineConfiguration = Nothing, Optional disallowed As Disallowed = Nothing, Optional purchasePlan As ImagePurchasePlan = Nothing, Optional provisioningState As ProvisioningState = Nothing)

パラメーター

osType
OperatingSystemTypes

このプロパティを使用すると、マネージド イメージから VM を作成するときにディスクに含まれる OS の種類を指定できます。 <br><br> 可能な値は、<br br><>Windows<br br><>Linux です。 使用可能な値は、'Windows'、'Linux' です。

osState
OperatingSystemStateTypes

このプロパティを使用すると、ユーザーは、このイメージで作成された仮想マシンを '一般化済み' または "特殊化" にするかどうかを指定できます。 使用可能な値は、'一般化'、'特殊化' です。

id
String
name
String
type
String
tags
IDictionary<String,String>

リソース タグ

description
String

このギャラリーイメージ定義リソースの説明。 このプロパティは更新可能です。

eula
String

ギャラリーイメージ定義の使用許諾契約書。

privacyStatementUri
String

プライバシーに関する声明の URI。

releaseNoteUri
String

リリース ノート URI。

hyperVGeneration
HyperVGeneration

仮想マシンのハイパーバイザーの生成。 OS ディスクにのみ適用されます。 使用できる値は、'V1'、'V2' です。

endOfLifeDate
Nullable<DateTime>

ギャラリーイメージ定義の有効期間の終了日。 このプロパティは、使用停止の目的で使用できます。 このプロパティは更新可能です。

disallowed
Disallowed
purchasePlan
ImagePurchasePlan
provisioningState
ProvisioningState

ギャラリーイメージ定義の現在の状態。

適用対象