VirtualMachineCaptureOSImageParameters.TargetImageLabel Property

 

Required. Specifies the friendly name of the captured image. This is the value that appears in the Name column for the image in the Azure Management Portal.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top