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

IWithDataDiskFromSnapshot.FromSnapshot 方法

定义

重载

FromSnapshot(ISnapshot)

指定快照管理的源数据。

FromSnapshot(String)

指定快照管理的源数据。

FromSnapshot(ISnapshot)

指定快照管理的源数据。

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromSnapshot (Microsoft.Azure.Management.Compute.Fluent.ISnapshot snapshot);
abstract member FromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromSnapshot (snapshot As ISnapshot) As IWithCreateAndSize

参数

snapshot
ISnapshot

快照资源。

返回

适用于

FromSnapshot(String)

指定快照管理的源数据。

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

参数

snapshotId
String

快照资源 ID。

返回

适用于