你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithWindowsDiskSource.WithWindowsFromDisk 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WithWindowsFromDisk(IDisk) |
指定源 Windows OS 托管磁盘。 |
WithWindowsFromDisk(String) |
指定源 Windows OS 托管磁盘。 |
WithWindowsFromDisk(IDisk)
指定源 Windows OS 托管磁盘。
public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize WithWindowsFromDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk sourceDisk);
abstract member WithWindowsFromDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function WithWindowsFromDisk (sourceDisk As IDisk) As IWithCreateAndSize
参数
- sourceDisk
- IDisk
源托管磁盘。
返回
适用于
WithWindowsFromDisk(String)
指定源 Windows OS 托管磁盘。
public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize WithWindowsFromDisk (string sourceDiskId);
abstract member WithWindowsFromDisk : string -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function WithWindowsFromDisk (sourceDiskId As String) As IWithCreateAndSize
参数
- sourceDiskId
- String
源托管磁盘资源 ID。