public class ImageUpdate extends UpdateResource
Constructor and Description |
---|
ImageUpdate() |
Modifier and Type | Method and Description |
---|---|
HyperVGenerationTypes |
hyperVGeneration()
Get gets the HyperVGenerationType of the VirtualMachine created from the image.
|
String |
provisioningState()
Get the provisioning state.
|
SubResource |
sourceVirtualMachine()
Get the source virtual machine from which Image is created.
|
ImageStorageProfile |
storageProfile()
Get specifies the storage settings for the virtual machine disks.
|
ImageUpdate |
withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)
Set gets the HyperVGenerationType of the VirtualMachine created from the image.
|
ImageUpdate |
withSourceVirtualMachine(SubResource sourceVirtualMachine)
Set the source virtual machine from which Image is created.
|
ImageUpdate |
withStorageProfile(ImageStorageProfile storageProfile)
Set specifies the storage settings for the virtual machine disks.
|
tags, withTags
public SubResource sourceVirtualMachine()
public ImageUpdate withSourceVirtualMachine(SubResource sourceVirtualMachine)
sourceVirtualMachine
- the sourceVirtualMachine value to setpublic ImageStorageProfile storageProfile()
public ImageUpdate withStorageProfile(ImageStorageProfile storageProfile)
storageProfile
- the storageProfile value to setpublic String provisioningState()
public HyperVGenerationTypes hyperVGeneration()
public ImageUpdate withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)
hyperVGeneration
- the hyperVGeneration value to setCopyright © 2019. All rights reserved.