GalleryArtifactVersionFullSource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET