public static interface GalleryImageVersion.DefinitionStages.WithSource
| Modifier and Type | Method and Description |
|---|---|
GalleryImageVersion.DefinitionStages.WithCreate |
withSourceCustomImage(String customImageId)
Specifies that the provided custom image needs to be used as source of the image version.
|
GalleryImageVersion.DefinitionStages.WithCreate |
withSourceCustomImage(VirtualMachineCustomImage customImage)
Specifies that the provided custom image needs to be used as source of the image version.
|
GalleryImageVersion.DefinitionStages.WithCreate withSourceCustomImage(String customImageId)
customImageId - the ARM id of the custom imageGalleryImageVersion.DefinitionStages.WithCreate withSourceCustomImage(VirtualMachineCustomImage customImage)
customImage - the custom image/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/