Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot 方法
定义
重载
withLinuxFromSnapshot(Snapshot sourceSnapshot) |
Specifies the source Linux OS managed snapshot.
|
withLinuxFromSnapshot(String sourceSnapshotId) |
Specifies the source Linux OS managed snapshot.
|
withLinuxFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Linux OS managed snapshot.
public WithCreateAndSize withLinuxFromSnapshot(Snapshot sourceSnapshot)
参数
- sourceSnapshot
- Snapshot
source snapshot
返回
the next stage of the definition
withLinuxFromSnapshot(String sourceSnapshotId)
Specifies the source Linux OS managed snapshot.
public WithCreateAndSize withLinuxFromSnapshot(String sourceSnapshotId)
参数
- sourceSnapshotId
- String
snapshot resource ID
返回
the next stage of the definition