共用方式為


GalleryArtifactVersionFullSource Constructors

Definition

Overloads

GalleryArtifactVersionFullSource()

Initializes a new instance of the GalleryArtifactVersionFullSource class.

GalleryArtifactVersionFullSource(String, String)

Initializes a new instance of the GalleryArtifactVersionFullSource class.

GalleryArtifactVersionFullSource()

Initializes a new instance of the GalleryArtifactVersionFullSource class.

public GalleryArtifactVersionFullSource ();
Public Sub New ()

Applies to

GalleryArtifactVersionFullSource(String, String)

Initializes a new instance of the GalleryArtifactVersionFullSource class.

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

Parameters

id
String

The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource.

communityGalleryImageId
String

The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.

Applies to