VirtualMachineOSImageUpdateParameters Constructor (String)
Initializes a new instance of the VirtualMachineOSImageUpdateParameters class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public VirtualMachineOSImageUpdateParameters(
string label
)
public:
VirtualMachineOSImageUpdateParameters(
String^ label
)
new :
label:string -> VirtualMachineOSImageUpdateParameters
Public Sub New (
label As String
)
See Also
VirtualMachineOSImageUpdateParameters Overload
VirtualMachineOSImageUpdateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top