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 imageCopyright © 2020 Microsoft Corporation. All rights reserved.