GalleryDiskImageSource Class
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.
The source for the disk image.
public class GalleryDiskImageSource : Azure.ResourceManager.Compute.Models.GalleryArtifactVersionSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryDiskImageSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryDiskImageSource>
type GalleryDiskImageSource = class
inherit GalleryArtifactVersionSource
interface IJsonModel<GalleryDiskImageSource>
interface IPersistableModel<GalleryDiskImageSource>
Public Class GalleryDiskImageSource
Inherits GalleryArtifactVersionSource
Implements IJsonModel(Of GalleryDiskImageSource), IPersistableModel(Of GalleryDiskImageSource)
- Inheritance
- Implements
Constructors
GalleryDiskImageSource() |
Initializes a new instance of GalleryDiskImageSource. |
Properties
Id |
The id of the gallery artifact version source. (Inherited from GalleryArtifactVersionSource) |
StorageAccountId |
The Storage Account Id that contains the vhd blob being used as a source for this artifact version. |
Uri |
The uri of the gallery artifact version source. Currently used to specify vhd/blob source. (Inherited from GalleryArtifactVersionSource) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from GalleryArtifactVersionSource) |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET