IWithImageSource<ParentT>.FromVhd(String) Method
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.
Specifies the source VHD for the data disk image.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithAttach<ParentT> FromVhd (string sourceVhdUrl);
abstract member FromVhd : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithAttach<'ParentT>
Public Function FromVhd (sourceVhdUrl As String) As IWithAttach(Of ParentT)
Parameters
- sourceVhdUrl
- String
Source virtual hard disk URL.