Share via


GalleryArtifactVersionSource コンストラクター

定義

オーバーロード

GalleryArtifactVersionSource()

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

GalleryArtifactVersionSource(String)

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

GalleryArtifactVersionSource()

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

public GalleryArtifactVersionSource ();
Public Sub New ()

適用対象

GalleryArtifactVersionSource(String)

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

public GalleryArtifactVersionSource (string id = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource : string -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource
Public Sub New (Optional id As String = Nothing)

パラメーター

id
String

ギャラリー成果物バージョン ソースの ID。 ディスク URI、スナップショット URI、またはユーザー イメージを指定できます。

適用対象