VirtualMachineUpdateParameters Class
Represents the parameter that are used to the update a Virtual Machine.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineUpdateParameters
Syntax
public class VirtualMachineUpdateParameters
public ref class VirtualMachineUpdateParameters
type VirtualMachineUpdateParameters = class end
Public Class VirtualMachineUpdateParameters
Constructors
Name | Description | |
---|---|---|
VirtualMachineUpdateParameters() | Initializes a new instance of the VirtualMachineUpdateParameters class. |
|
VirtualMachineUpdateParameters(String, OSVirtualHardDisk) | Initializes a new instance of the VirtualMachineUpdateParameters class with required arguments. |
Properties
Name | Description | |
---|---|---|
AvailabilitySetName | Gets or sets the name of an availability set to which the Virtual Machine belongs. |
|
ConfigurationSets | Gets or sets a collection of ConfigurationSet objects that define the system and application configuration settings for a Virtual Machine. |
|
DataVirtualHardDisks | Gets or sets a collection of DataVirtualHardDisk objects that define the parameters that are used to add data disks to a Virtual Machine. |
|
Label | Gets or sets the description for the Virtual Machine. |
|
OSVirtualHardDisk | Gets or sets an OSVirtualHardDisk object that defines the parameters that are used to create the operating system disk for a Virtual Machine. |
|
ProvisionGuestAgent | Optional. Indicates whether the WindowsAzureGuestAgent service is installed on the Virtual Machine. To run a resource extension in a Virtual Machine, this service must be installed. |
|
ResourceExtensionReferences | Optional. Contains a collection of resource extensions that are to be installed on the Virtual Machine. This element is used if ProvisionGuestAgent is set to true. |
|
RoleName | Gets or sets the name of the Virtual Machine. |
|
RoleSize | Gets or sets a VirtualMachineRoleSize value that specifies the size of the Virtual Machine. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top