@Beta(value=V1_15_0)
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.
|
@Beta(value=V1_15_0) GalleryImageVersion.DefinitionStages.WithCreate withSourceCustomImage(String customImageId)
customImageId
- the ARM id of the custom image@Beta(value=V1_15_0) GalleryImageVersion.DefinitionStages.WithCreate withSourceCustomImage(VirtualMachineCustomImage customImage)
customImage
- the custom imageCopyright © 2019. All rights reserved.