GalleryDiskImageSource 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
GalleryDiskImageSource() |
Initializes a new instance of the GalleryDiskImageSource class. |
GalleryDiskImageSource(String, String, String) |
Initializes a new instance of the GalleryDiskImageSource class. |
GalleryDiskImageSource()
Initializes a new instance of the GalleryDiskImageSource class.
public GalleryDiskImageSource ();
Public Sub New ()
Applies to
GalleryDiskImageSource(String, String, String)
Initializes a new instance of the GalleryDiskImageSource class.
public GalleryDiskImageSource (string id = default, string uri = default, string storageAccountId = default);
new Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource : string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryDiskImageSource
Public Sub New (Optional id As String = Nothing, Optional uri As String = Nothing, Optional storageAccountId 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.
- uri
- String
The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
- storageAccountId
- String
The Storage Account Id that contains the vhd blob being used as a source for this artifact version.
Applies to
Azure SDK for .NET