Share via


GalleryArtifactSource Constructors

Definition

Overloads

GalleryArtifactSource()

Initializes a new instance of the GalleryArtifactSource class.

GalleryArtifactSource(ManagedArtifact)

Initializes a new instance of the GalleryArtifactSource class.

GalleryArtifactSource()

Initializes a new instance of the GalleryArtifactSource class.

public GalleryArtifactSource ();
Public Sub New ()

Applies to

GalleryArtifactSource(ManagedArtifact)

Initializes a new instance of the GalleryArtifactSource class.

public GalleryArtifactSource (Microsoft.Azure.Management.Compute.Fluent.Models.ManagedArtifact managedImage);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactSource : Microsoft.Azure.Management.Compute.Fluent.Models.ManagedArtifact -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactSource
Public Sub New (managedImage As ManagedArtifact)

Parameters

managedImage
ManagedArtifact

Applies to