你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithDataDiskFromDisk.FromDisk 方法

定义

重载

FromDisk(IDisk)

指定源数据托管磁盘。

FromDisk(String)

指定源数据托管磁盘的 ID。

FromDisk(IDisk)

指定源数据托管磁盘。

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk managedDisk);
abstract member FromDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromDisk (managedDisk As IDisk) As IWithCreateAndSize

参数

managedDisk
IDisk

源托管磁盘。

返回

适用于

FromDisk(String)

指定源数据托管磁盘的 ID。

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromDisk (string managedDiskId);
abstract member FromDisk : string -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromDisk (managedDiskId As String) As IWithCreateAndSize

参数

managedDiskId
String

源托管磁盘资源 ID。

返回

适用于