public class VirtualMachineScaleSetUpdateStorageProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateStorageProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualMachineScaleSetDataDisk> |
dataDisks()
Get the dataDisks value.
|
com.microsoft.azure.management.compute.implementation.ImageReferenceInner |
imageReference()
Get the imageReference value.
|
VirtualMachineScaleSetUpdateOSDisk |
osDisk()
Get the osDisk value.
|
VirtualMachineScaleSetUpdateStorageProfile |
withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
Set the dataDisks value.
|
VirtualMachineScaleSetUpdateStorageProfile |
withImageReference(com.microsoft.azure.management.compute.implementation.ImageReferenceInner imageReference)
Set the imageReference value.
|
VirtualMachineScaleSetUpdateStorageProfile |
withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk)
Set the osDisk value.
|
public VirtualMachineScaleSetUpdateStorageProfile()
public com.microsoft.azure.management.compute.implementation.ImageReferenceInner imageReference()
public VirtualMachineScaleSetUpdateStorageProfile withImageReference(com.microsoft.azure.management.compute.implementation.ImageReferenceInner imageReference)
imageReference - the imageReference value to setpublic VirtualMachineScaleSetUpdateOSDisk osDisk()
public VirtualMachineScaleSetUpdateStorageProfile withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk)
osDisk - the osDisk value to setpublic List<VirtualMachineScaleSetDataDisk> dataDisks()
public VirtualMachineScaleSetUpdateStorageProfile withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
dataDisks - the dataDisks 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.
*/