public class VirtualMachineScaleSetStorageProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetStorageProfile() |
| Modifier and Type | Method and Description |
|---|---|
ImageReference |
imageReference()
Get the imageReference value.
|
VirtualMachineScaleSetOSDisk |
osDisk()
Get the osDisk value.
|
VirtualMachineScaleSetStorageProfile |
withImageReference(ImageReference imageReference)
Set the imageReference value.
|
VirtualMachineScaleSetStorageProfile |
withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
Set the osDisk value.
|
public VirtualMachineScaleSetStorageProfile()
public ImageReference imageReference()
public VirtualMachineScaleSetStorageProfile withImageReference(ImageReference imageReference)
imageReference - the imageReference value to setpublic VirtualMachineScaleSetOSDisk osDisk()
public VirtualMachineScaleSetStorageProfile withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
osDisk - the osDisk 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.
*/