IWithDiskSource Interface

Definition

The stage of a managed disk definition allowing to choose OS source or data source.

public interface IWithDiskSource : Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithData, Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithLinuxDiskSource, Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithWindowsDiskSource
type IWithDiskSource = interface
    interface IWithWindowsDiskSource
    interface IWithLinuxDiskSource
    interface IWithData
Public Interface IWithDiskSource
Implements IWithData, IWithLinuxDiskSource, IWithWindowsDiskSource
Derived
Implements

Methods

WithData()

Begins definition of managed disk containing data.

(Inherited from IWithData)
WithLinuxFromDisk(IDisk)

Specifies the source Linux OS managed disk.

(Inherited from IWithLinuxDiskSource)
WithLinuxFromDisk(String)

Specifies the source Linux OS managed disk.

(Inherited from IWithLinuxDiskSource)
WithLinuxFromSnapshot(ISnapshot)

Specifies the source Linux OS managed snapshot.

(Inherited from IWithLinuxDiskSource)
WithLinuxFromSnapshot(String)

Specifies the source Linux OS managed snapshot.

(Inherited from IWithLinuxDiskSource)
WithLinuxFromVhd(String)

Specifies the source specialized or generalized Linux OS VHD.

(Inherited from IWithLinuxDiskSource)
WithWindowsFromDisk(IDisk)

Specifies a source Windows OS managed disk.

(Inherited from IWithWindowsDiskSource)
WithWindowsFromDisk(String)

Specifies a source Windows OS managed disk.

(Inherited from IWithWindowsDiskSource)
WithWindowsFromSnapshot(ISnapshot)

Specifies a source Windows OS managed snapshot.

(Inherited from IWithWindowsDiskSource)
WithWindowsFromSnapshot(String)

Specifies a source Windows OS managed snapshot.

(Inherited from IWithWindowsDiskSource)
WithWindowsFromVhd(String)

Specifies a source specialized or generalized Windows OS VHD.

(Inherited from IWithWindowsDiskSource)

Applies to