Share via


VirtualMachineDiskGetResponse.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)

Syntax

public string SourceImageName { get; set; }
public:
property String^ SourceImageName {
    String^ get();
    void set(String^ value);
}
member SourceImageName : string with get, set
Public Property SourceImageName As String

Property Value

Type: System.String

See Also

VirtualMachineDiskGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top