VirtualMachineCreateParameters.VMImageName Property

 

Optional. Name of the VMImage from which this Role is to be created. If the OSDisk in the VMImage was Specialized, then no WindowsProvisioningConfigurationSet or LinuxProvisioningConfigurationSet should be provided. No OSVirtualHardDisk or DataVirtualHardDisk should be specified when using this argument.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top