VirtualMachineCaptureVMImageParameters.VMImageName Property
Optional. Required. The VM Template Name.
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
VirtualMachineCaptureVMImageParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top