public class GalleryImageVersionStorageProfile extends Object
| Constructor and Description |
|---|
GalleryImageVersionStorageProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<GalleryDataDiskImage> |
dataDiskImages()
Get a list of data disk images.
|
GalleryOSDiskImage |
osDiskImage()
Get the osDiskImage value.
|
GalleryArtifactVersionSource |
source()
Get the source value.
|
GalleryImageVersionStorageProfile |
withDataDiskImages(List<GalleryDataDiskImage> dataDiskImages)
Set a list of data disk images.
|
GalleryImageVersionStorageProfile |
withOsDiskImage(GalleryOSDiskImage osDiskImage)
Set the osDiskImage value.
|
GalleryImageVersionStorageProfile |
withSource(GalleryArtifactVersionSource source)
Set the source value.
|
public GalleryArtifactVersionSource source()
public GalleryImageVersionStorageProfile withSource(GalleryArtifactVersionSource source)
source - the source value to setpublic GalleryOSDiskImage osDiskImage()
public GalleryImageVersionStorageProfile withOsDiskImage(GalleryOSDiskImage osDiskImage)
osDiskImage - the osDiskImage value to setpublic List<GalleryDataDiskImage> dataDiskImages()
public GalleryImageVersionStorageProfile withDataDiskImages(List<GalleryDataDiskImage> dataDiskImages)
dataDiskImages - the dataDiskImages value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/