ImageDiskReference Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ImageDiskReference
- com.
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. |
Image |
withId(String id)
Set the id value. |
Image |
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java