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