GalleryDiskImage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GalleryDiskImage() |
GalleryDiskImage クラスの新しいインスタンスを初期化します。 |
GalleryDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryArtifactVersionSource) |
GalleryDiskImage クラスの新しいインスタンスを初期化します。 |
GalleryDiskImage()
GalleryDiskImage クラスの新しいインスタンスを初期化します。
public GalleryDiskImage ();
Public Sub New ()
適用対象
GalleryDiskImage(Nullable<Int32>, Nullable<HostCaching>, GalleryArtifactVersionSource)
GalleryDiskImage クラスの新しいインスタンスを初期化します。
public GalleryDiskImage (int? sizeInGB = default, Microsoft.Azure.Management.Compute.Fluent.Models.HostCaching? hostCaching = default, Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource source = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDiskImage : Nullable<int> * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.HostCaching> * Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactVersionSource -> Microsoft.Azure.Management.Compute.Fluent.Models.GalleryDiskImage
Public Sub New (Optional sizeInGB As Nullable(Of Integer) = Nothing, Optional hostCaching As Nullable(Of HostCaching) = Nothing, Optional source As GalleryArtifactVersionSource = Nothing)
パラメーター
- hostCaching
- Nullable<HostCaching>
ディスクのホスト キャッシュ。 有効な値は、'None'、'ReadOnly'、および 'ReadWrite' です。 使用可能な値は、'None'、'ReadOnly'、'ReadWrite' です。
- source
- GalleryArtifactVersionSource
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET