你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithDataSnapshotFromSnapshot.WithDataFromSnapshot 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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。