IWithDataDiskSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the managed disk definition allowing to choose data source.
public interface IWithDataDiskSource : Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithDataDiskFromDisk, Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithDataDiskFromSnapshot, Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithDataDiskFromVhd
type IWithDataDiskSource = interface
interface IWithDataDiskFromVhd
interface IWithDataDiskFromDisk
interface IWithDataDiskFromSnapshot
Public Interface IWithDataDiskSource
Implements IWithDataDiskFromDisk, IWithDataDiskFromSnapshot, IWithDataDiskFromVhd
- Derived
- Implements
Methods
FromDisk(IDisk) |
Specifies the source data managed disk. (Inherited from IWithDataDiskFromDisk) |
FromDisk(String) |
Specifies the ID of source data managed disk. (Inherited from IWithDataDiskFromDisk) |
FromSnapshot(ISnapshot) |
Specifies the source data managed snapshot. (Inherited from IWithDataDiskFromSnapshot) |
FromSnapshot(String) |
Specifies the source data managed snapshot. (Inherited from IWithDataDiskFromSnapshot) |
FromVhd(String) |
Specifies the source data VHD. (Inherited from IWithDataDiskFromVhd) |
WithSizeInGB(Int32) |
Specifies the disk size for an empty disk. |