public class VirtualMachineScaleSetUpdateOSDisk extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateOSDisk() |
| Modifier and Type | Method and Description |
|---|---|
CachingTypes |
caching()
Get the caching value.
|
VirtualHardDisk |
image()
Get the image value.
|
VirtualMachineScaleSetManagedDiskParameters |
managedDisk()
Get the managedDisk value.
|
List<String> |
vhdContainers()
Get the vhdContainers value.
|
VirtualMachineScaleSetUpdateOSDisk |
withCaching(CachingTypes caching)
Set the caching value.
|
VirtualMachineScaleSetUpdateOSDisk |
withImage(VirtualHardDisk image)
Set the image value.
|
VirtualMachineScaleSetUpdateOSDisk |
withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)
Set the managedDisk value.
|
VirtualMachineScaleSetUpdateOSDisk |
withVhdContainers(List<String> vhdContainers)
Set the vhdContainers value.
|
public CachingTypes caching()
public VirtualMachineScaleSetUpdateOSDisk withCaching(CachingTypes caching)
caching - the caching value to setpublic VirtualHardDisk image()
public VirtualMachineScaleSetUpdateOSDisk withImage(VirtualHardDisk image)
image - the image value to setpublic List<String> vhdContainers()
public VirtualMachineScaleSetUpdateOSDisk withVhdContainers(List<String> vhdContainers)
vhdContainers - the vhdContainers value to setpublic VirtualMachineScaleSetManagedDiskParameters managedDisk()
public VirtualMachineScaleSetUpdateOSDisk withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)
managedDisk - the managedDisk value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/