ArmComputeModelFactory.GalleryImageVersionStorageProfile Method
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.
public static Azure.ResourceManager.Compute.Models.GalleryImageVersionStorageProfile GalleryImageVersionStorageProfile(Azure.ResourceManager.Compute.Models.GalleryArtifactVersionFullSource gallerySource = default, Azure.ResourceManager.Compute.Models.GalleryOSDiskImage osDiskImage = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.GalleryDataDiskImage> dataDiskImages = default);
static member GalleryImageVersionStorageProfile : Azure.ResourceManager.Compute.Models.GalleryArtifactVersionFullSource * Azure.ResourceManager.Compute.Models.GalleryOSDiskImage * seq<Azure.ResourceManager.Compute.Models.GalleryDataDiskImage> -> Azure.ResourceManager.Compute.Models.GalleryImageVersionStorageProfile
Public Shared Function GalleryImageVersionStorageProfile (Optional gallerySource As GalleryArtifactVersionFullSource = Nothing, Optional osDiskImage As GalleryOSDiskImage = Nothing, Optional dataDiskImages As IEnumerable(Of GalleryDataDiskImage) = Nothing) As GalleryImageVersionStorageProfile
Parameters
- gallerySource
- GalleryArtifactVersionFullSource
The source of the gallery artifact version.
- osDiskImage
- GalleryOSDiskImage
This is the OS disk image.
- dataDiskImages
- IEnumerable<GalleryDataDiskImage>
A list of data disk images.
Returns
A new GalleryImageVersionStorageProfile instance for mocking.