GalleryOSDiskImage クラス

定義

これは OS ディスク イメージです。

public class GalleryOSDiskImage : Microsoft.Azure.Management.Compute.Models.GalleryDiskImage
type GalleryOSDiskImage = class
    inherit GalleryDiskImage
Public Class GalleryOSDiskImage
Inherits GalleryDiskImage
継承
GalleryOSDiskImage

コンストラクター

GalleryOSDiskImage()

GalleryOSDiskImage クラスの新しいインスタンスを初期化します。

GalleryOSDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryDiskImageSource)

GalleryOSDiskImage クラスの新しいインスタンスを初期化します。

プロパティ

HostCaching

ディスクのホスト キャッシュを取得または設定します。 有効な値は、'None'、'ReadOnly'、および 'ReadWrite' です。 使用可能な値は、'None'、'ReadOnly'、'ReadWrite' です。

(継承元 GalleryDiskImage)
SizeInGB

作成する VHD のサイズを示すこのプロパティを取得します。

(継承元 GalleryDiskImage)
Source

これは OS ディスク イメージです。

(継承元 GalleryDiskImage)

適用対象