Class GalleryArtifactVersionSource
java.lang.Object
com.microsoft.azure.management.compute.GalleryArtifactVersionSource
The gallery artifact version source.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the id of the gallery artifact version source.Set the id of the gallery artifact version source.
-
Constructor Details
-
GalleryArtifactVersionSource
public GalleryArtifactVersionSource()
-
-
Method Details
-
id
Get the id of the gallery artifact version source. Can specify a disk uri, snapshot uri, or user image.- Returns:
- the id value
-
withId
Set the id of the gallery artifact version source. Can specify a disk uri, snapshot uri, or user image.- Parameters:
id
- the id value to set- Returns:
- the GalleryArtifactVersionSource object itself.
-