public static interface Snapshot.DefinitionStages.WithDataSnapshotFromVhd
| Modifier and Type | Method and Description |
|---|---|
Snapshot.DefinitionStages.WithCreate |
withDataFromVhd(String vhdUrl)
Specifies the source data VHD when it belongs to the same subscription.
|
Snapshot.DefinitionStages.WithCreate |
withDataFromVhd(String vhdUrl,
String storageAccountId)
Specifies the source data VHD and the storage account ID.
|
Snapshot.DefinitionStages.WithCreate withDataFromVhd(String vhdUrl)
vhdUrl - a source VHD URLSnapshot.DefinitionStages.WithCreate withDataFromVhd(String vhdUrl, String storageAccountId)
vhdUrl - a source VHD URLstorageAccountId - the storage account IDCopyright © 2020 Microsoft Corporation. All rights reserved.