Compartir vía


Snapshot.DefinitionStages.WithWindowsSnapshotSource Interface

public interface WithWindowsSnapshotSource

The stage of the managed snapshot definition allowing to choose Windows OS source.

Method Summary

Modifier and Type Method and Description
Snapshot.DefinitionStages.WithCreate withWindowsFromDisk(Disk sourceDisk)

Specifies the source Windows OS managed disk.

Snapshot.DefinitionStages.WithCreate withWindowsFromDisk(String sourceDiskId)

Specifies the source Windows OS managed disk.

Snapshot.DefinitionStages.WithCreate withWindowsFromSnapshot(Snapshot sourceSnapshot)

Specifies the source Windows OS managed snapshot.

Snapshot.DefinitionStages.WithCreate withWindowsFromSnapshot(String sourceSnapshotId)

Specifies the source Windows OS managed snapshot.

Snapshot.DefinitionStages.WithCreate withWindowsFromVhd(String vhdUrl)

Specifies the source specialized or generalized Windows OS VHD.

Method Details

withWindowsFromDisk

public WithCreate withWindowsFromDisk(Disk sourceDisk)

Specifies the source Windows OS managed disk.

Parameters:

sourceDisk - a source managed disk

Returns:

the next stage of the definition

withWindowsFromDisk

public WithCreate withWindowsFromDisk(String sourceDiskId)

Specifies the source Windows OS managed disk.

Parameters:

sourceDiskId - a source managed disk resource ID

Returns:

the next stage of the definition

withWindowsFromSnapshot

public WithCreate withWindowsFromSnapshot(Snapshot sourceSnapshot)

Specifies the source Windows OS managed snapshot.

Parameters:

sourceSnapshot - a source snapshot

Returns:

the next stage of the definition

withWindowsFromSnapshot

public WithCreate withWindowsFromSnapshot(String sourceSnapshotId)

Specifies the source Windows OS managed snapshot.

Parameters:

sourceSnapshotId - a snapshot resource ID

Returns:

the next stage of the definition

withWindowsFromVhd

public WithCreate withWindowsFromVhd(String vhdUrl)

Specifies the source specialized or generalized Windows OS VHD.

Parameters:

vhdUrl - the source VHD URL

Returns:

the next stage of the definition

Applies to