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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET