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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET