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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET