你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |