次の方法で共有


ImageDiskReference Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.ImageDiskReference

public class ImageDiskReference

The source image used for creating the disk.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

Integer lun()

Get the lun value.

ImageDiskReference withId(String id)

Set the id value.

ImageDiskReference withLun(Integer lun)

Set the lun value.

Method Details

id

public String id()

Get the id value.

Returns:

the id value

lun

public Integer lun()

Get the lun value.

Returns:

the lun value

withId

public ImageDiskReference withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the ImageDiskReference object itself.

withLun

public ImageDiskReference withLun(Integer lun)

Set the lun value.

Parameters:

lun - the lun value to set

Returns:

the ImageDiskReference object itself.

Applies to