CreationSource Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. CreationSource
- com.
public class CreationSource
The source from which managed disk or snapshot is created.
Constructor Summary
Constructor | Description |
---|---|
CreationSource(CreationData creationData) |
Creates Disk |
Method Summary
Modifier and Type | Method and Description |
---|---|
int | sourceDataDiskImageLun() |
String | sourceId() |
Creation |
type() |
Methods inherited from java.lang.Object
Constructor Details
CreationSource
public CreationSource(CreationData creationData)
Creates DiskSource.
Parameters:
creationData
- the creation data of managed disk or snapshot
Method Details
sourceDataDiskImageLun
public int sourceDataDiskImageLun()
Returns:
the LUN value of the data disk image if this disk or snapshot is created from a data disk image, -1
otherwise
sourceId
public String sourceId()
Returns:
ID of the source
type
public CreationSourceType type()
Returns:
type of the source from which disk or snapshot is created
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java