public class GalleryDiskImage extends Object
| Constructor and Description |
|---|
GalleryDiskImage() |
| Modifier and Type | Method and Description |
|---|---|
HostCaching |
hostCaching()
Get the host caching of the disk.
|
Integer |
sizeInGB()
Get this property indicates the size of the VHD to be created.
|
GalleryArtifactVersionSource |
source()
Get the source value.
|
GalleryDiskImage |
withHostCaching(HostCaching hostCaching)
Set the host caching of the disk.
|
GalleryDiskImage |
withSource(GalleryArtifactVersionSource source)
Set the source value.
|
public Integer sizeInGB()
public HostCaching hostCaching()
public GalleryDiskImage withHostCaching(HostCaching hostCaching)
hostCaching - the hostCaching value to setpublic GalleryArtifactVersionSource source()
public GalleryDiskImage withSource(GalleryArtifactVersionSource source)
source - the source 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.
*/