Share via


VirtualMachineDiskCreateResponse.SourceImageName Property

Optional. The name of the OS Image from which the disk was created. This property is populated automatically when a disk is created from an OS image by calling the Add Role, Create Deployment, or Provision Disk operations.

Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Usage

'Usage
Dim instance As VirtualMachineDiskCreateResponse
Dim value As String

value = instance.SourceImageName

instance.SourceImageName = value

Syntax

'Declaration
Public Property SourceImageName As String
public string SourceImageName { get; set; }
public:
property String^ SourceImageName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SourceImageName ()

/** @property */
public void set_SourceImageName (String value)
public function get SourceImageName () : String

public function set SourceImageName (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

VirtualMachineDiskCreateResponse Class
VirtualMachineDiskCreateResponse Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace