public class ImageUpdate extends UpdateResource
| Constructor and Description |
|---|
ImageUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
provisioningState()
Get the provisioning state.
|
com.microsoft.azure.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 |
withSourceVirtualMachine(com.microsoft.azure.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, withTagspublic com.microsoft.azure.SubResource sourceVirtualMachine()
public ImageUpdate withSourceVirtualMachine(com.microsoft.azure.SubResource sourceVirtualMachine)
sourceVirtualMachine - the sourceVirtualMachine value to setpublic ImageStorageProfile storageProfile()
public ImageUpdate withStorageProfile(ImageStorageProfile storageProfile)
storageProfile - the storageProfile value to setpublic String provisioningState()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/