Share via


VirtualMachineVMImageUpdateParameters.Label Property

 

Required. Specifies the friendly name of the image to be updated. You cannot use this operation to update images provided by the Azure platform.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top