Freigeben über


ArmComputeModelFactory.SharedGalleryDiskImage Methode

Definition

Initialisiert eine neue instance von SharedGalleryDiskImage.

public static Azure.ResourceManager.Compute.Models.SharedGalleryDiskImage SharedGalleryDiskImage (int? diskSizeGB = default, Azure.ResourceManager.Compute.Models.SharedGalleryHostCaching? hostCaching = default);
static member SharedGalleryDiskImage : Nullable<int> * Nullable<Azure.ResourceManager.Compute.Models.SharedGalleryHostCaching> -> Azure.ResourceManager.Compute.Models.SharedGalleryDiskImage
Public Shared Function SharedGalleryDiskImage (Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional hostCaching As Nullable(Of SharedGalleryHostCaching) = Nothing) As SharedGalleryDiskImage

Parameter

diskSizeGB
Nullable<Int32>

Diese Eigenschaft gibt die Größe der zu erstellenden VHD an.

hostCaching
Nullable<SharedGalleryHostCaching>

Die Hostzwischenspeicherung des Datenträgers. Gültige Werte sind "None", "ReadOnly" und "ReadWrite".

Gibt zurück

Eine neue SharedGalleryDiskImage instance zum Mocking.

Gilt für: