Snapshot.DefinitionStages.WithDataSnapshotFromVhd Interface
public static interface Snapshot.DefinitionStages.WithDataSnapshotFromVhd
The stage of the managed disk definition allowing to choose source data disk VHD.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDataFromVhd(String vhdUrl)
Specifies the source data VHD when it belongs to the same subscription. |
abstract
With |
withDataFromVhd(String vhdUrl, String storageAccountId)
Specifies the source data VHD and the storage account ID. |
Method Details
withDataFromVhd
public abstract Snapshot.DefinitionStages.WithCreate withDataFromVhd(String vhdUrl)
Specifies the source data VHD when it belongs to the same subscription.
Parameters:
Returns:
withDataFromVhd
public abstract Snapshot.DefinitionStages.WithCreate withDataFromVhd(String vhdUrl, String storageAccountId)
Specifies the source data VHD and the storage account ID.
Parameters:
Returns:
Applies to
Azure SDK for Java