SharedGalleryOSDiskImage 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.
This is the OS disk image.
public class SharedGalleryOSDiskImage : Azure.ResourceManager.Compute.Models.SharedGalleryDiskImage, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.SharedGalleryOSDiskImage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.SharedGalleryOSDiskImage>
type SharedGalleryOSDiskImage = class
inherit SharedGalleryDiskImage
interface IJsonModel<SharedGalleryOSDiskImage>
interface IPersistableModel<SharedGalleryOSDiskImage>
Public Class SharedGalleryOSDiskImage
Inherits SharedGalleryDiskImage
Implements IJsonModel(Of SharedGalleryOSDiskImage), IPersistableModel(Of SharedGalleryOSDiskImage)
- Inheritance
- Implements
Properties
DiskSizeGB |
This property indicates the size of the VHD to be created. (Inherited from SharedGalleryDiskImage) |
HostCaching |
The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'. (Inherited from SharedGalleryDiskImage) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from SharedGalleryDiskImage) |
Explicit Interface Implementations
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET