Udostępnij za pośrednictwem


VirtualMachineUpdateParameters Class

Definition

Parameters supplied to the Update Virtual Machine operation.

public class VirtualMachineUpdateParameters
type VirtualMachineUpdateParameters = class
Public Class VirtualMachineUpdateParameters
Inheritance
VirtualMachineUpdateParameters

Constructors

VirtualMachineUpdateParameters()

Initializes a new instance of the VirtualMachineUpdateParameters class.

VirtualMachineUpdateParameters(String, OSVirtualHardDisk)

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

Properties

AvailabilitySetName

Optional. Specifies the name of an availability set to which to add the virtual machine. This value controls the virtual machine allocation in the Azure environment. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability.

ConfigurationSets

Optional. Contains the collection of configuration sets that contain system and application configuration settings.

DataVirtualHardDisks

Optional. Contains the parameters Azure used to create the data disk for the virtual machine.

DebugSettings

Optional. Debug settings for console output.

Label

Optional. Specifies the friendly name for the virtual machine.

OSVirtualHardDisk

Required. Contains the parameters Azure used to create the operating system disk for the 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

Required. Specifies the name for the virtual machine. The name must be unique within the deployment.

RoleSize

Optional. The size of the virtual machine.

Applies to