Snapshot.DefinitionStages.WithWindowsSnapshotSource Interface
public static interface Snapshot.DefinitionStages.WithWindowsSnapshotSource
The stage of the managed snapshot definition allowing to choose Windows OS source.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withWindowsFromDisk(Disk sourceDisk)
Specifies the source Windows OS managed disk. |
abstract
With |
withWindowsFromDisk(String sourceDiskId)
Specifies the source Windows OS managed disk. |
abstract
With |
withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Windows OS managed snapshot. |
abstract
With |
withWindowsFromSnapshot(String sourceSnapshotId)
Specifies the source Windows OS managed snapshot. |
abstract
With |
withWindowsFromVhd(String vhdUrl)
Specifies the source specialized or generalized Windows OS VHD when it belongs to the same subscription. |
abstract
With |
withWindowsFromVhd(String vhdUrl, String storageAccountId)
Specifies the source specialized or generalized Windows OS VHD and the storage account ID. |
Method Details
withWindowsFromDisk
public abstract Snapshot.DefinitionStages.WithCreate withWindowsFromDisk(Disk sourceDisk)
Specifies the source Windows OS managed disk.
Parameters:
Returns:
withWindowsFromDisk
public abstract Snapshot.DefinitionStages.WithCreate withWindowsFromDisk(String sourceDiskId)
Specifies the source Windows OS managed disk.
Parameters:
Returns:
withWindowsFromSnapshot
public abstract Snapshot.DefinitionStages.WithCreate withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Windows OS managed snapshot.
Parameters:
Returns:
withWindowsFromSnapshot
public abstract Snapshot.DefinitionStages.WithCreate withWindowsFromSnapshot(String sourceSnapshotId)
Specifies the source Windows OS managed snapshot.
Parameters:
Returns:
withWindowsFromVhd
public abstract Snapshot.DefinitionStages.WithCreate withWindowsFromVhd(String vhdUrl)
Specifies the source specialized or generalized Windows OS VHD when it belongs to the same subscription.
Parameters:
Returns:
withWindowsFromVhd
public abstract Snapshot.DefinitionStages.WithCreate withWindowsFromVhd(String vhdUrl, String storageAccountId)
Specifies the source specialized or generalized Windows OS VHD and the storage account ID.
Parameters:
Returns:
Applies to
Azure SDK for Java