GalleryArtifactVersionSource 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
GalleryArtifactVersionSource() |
Initializes a new instance of the GalleryArtifactVersionSource class. |
GalleryArtifactVersionSource(String) |
Initializes a new instance of the GalleryArtifactVersionSource class. |
GalleryArtifactVersionSource()
Initializes a new instance of the GalleryArtifactVersionSource class.
public GalleryArtifactVersionSource ();
Public Sub New ()
Applies to
GalleryArtifactVersionSource(String)
Initializes a new instance of the GalleryArtifactVersionSource class.
public GalleryArtifactVersionSource (string id = default);
new Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource : string -> Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource
Public Sub New (Optional id 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.
Applies to
Azure SDK for .NET