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

IWithDataSnapshotFromSnapshot.WithDataFromSnapshot 方法

定义

重载

WithDataFromSnapshot(ISnapshot)

指定快照管理的源数据。

WithDataFromSnapshot(String)

指定快照管理的源数据。

WithDataFromSnapshot(ISnapshot)

指定快照管理的源数据。

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithDataFromSnapshot (Microsoft.Azure.Management.Compute.Fluent.ISnapshot snapshot);
abstract member WithDataFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithDataFromSnapshot (snapshot As ISnapshot) As IWithCreate

参数

snapshot
ISnapshot

快照资源。

返回

适用于

WithDataFromSnapshot(String)

指定快照管理的源数据。

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithDataFromSnapshot (string snapshotId);
abstract member WithDataFromSnapshot : string -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithDataFromSnapshot (snapshotId As String) As IWithCreate

参数

snapshotId
String

快照资源 ID。

返回

适用于