VirtualMachineVMImageUpdateParameters Constructor (String)

 

Initializes a new instance of the VirtualMachineVMImageUpdateParameters class with required arguments.

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

Syntax

public VirtualMachineVMImageUpdateParameters(
    string label
)
public:
VirtualMachineVMImageUpdateParameters(
    String^ label
)
new : 
        label:string -> VirtualMachineVMImageUpdateParameters
Public Sub New (
    label As String
)

See Also

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

Return to top